forked from nunit/nunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnunitSL.nuspec
26 lines (26 loc) · 1.38 KB
/
nunitSL.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NUnit.SL50</id>
<title>NUnit 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>NUnit is a unit-testing framework for .Net languages with a strong TDD focus.</summary>
<description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. This package includes the NUnit 3.0 framework assembly for SilverLight 5.0, which is referenced by your tests. You will need to install the NUnitLite.SL50 package in order to run the tests.</description>
<language>en-US</language>
<tags>nunit test testing tdd framework fluent assert theory</tags>
<copyright>Copyright (c) 2015 Charlie Poole</copyright>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="NOTICES.txt" />
<file src="CHANGES.txt" />
<file src="bin\sl-5.0\nunit.framework.dll" target="lib\sl50" />
<file src="bin\sl-5.0\nunit.framework.xml" target="lib\sl50" />
</files>
</package>