forked from nunit/nunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnunitliteSL.nuspec
31 lines (31 loc) · 1.38 KB
/
nunitliteSL.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NUnitLite.SL50</id>
<title>NUnitLite Version 3 for SilverLight 5.0</title>
<version>$version$</version>
<authors>Charlie Poole</authors>
<owners>Charlie Poole</owners>
<licenseUrl>http://nunit.org/nuget/nunit3-license.txt</licenseUrl>
<projectUrl>http://nunit.org</projectUrl>
<iconUrl>http://nunit.org/nuget/nunitv3_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>NUnitlite is a lightweight runner for tests that use the NUnit testing framework.</summary>
<description>NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. This package contains a build of the NUnitLite runner for SilverLight 5.0.</description>
<language>en-US</language>
<tags>test unit testing tdd framework fluent assert</tags>
<copyright>Copyright (c) 2015 Charlie Poole</copyright>
<dependencies>
<group>
<dependency id="NUnit.SL50" version="[$version$]" />
</group>
</dependencies>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="NOTICES.txt" />
<file src="CHANGES.txt" />
<file src="bin\sl-5.0\nunitlite.dll" target="lib\sl50" />
<file src="bin\sl-5.0\nunitlite-runner.exe" target="tools\sl50" />
</files>
</package>