Mercurial > pub > RazorEngine
comparison src/packages/NUnit.2.6.3/NUnit.2.6.3.nuspec @ 0:5bca2d201ad8
initial commit
author | cin |
---|---|
date | Sun, 24 Aug 2014 11:14:55 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5bca2d201ad8 |
---|---|
1 <?xml version="1.0"?> | |
2 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | |
3 <metadata> | |
4 <id>NUnit</id> | |
5 <version>2.6.3</version> | |
6 <title>NUnit</title> | |
7 <authors>Charlie Poole</authors> | |
8 <owners>Charlie Poole</owners> | |
9 <licenseUrl>http://nunit.org/nuget/license.html</licenseUrl> | |
10 <projectUrl>http://nunit.org/</projectUrl> | |
11 <iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl> | |
12 <requireLicenseAcceptance>false</requireLicenseAcceptance> | |
13 <description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. | |
14 | |
15 Version 2.6 is the seventh major release of this well-known and well-tested programming tool. | |
16 | |
17 This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.</description> | |
18 <summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary> | |
19 <releaseNotes>Version 2.6 is the seventh major release of NUnit. | |
20 | |
21 Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner. | |
22 | |
23 The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.</releaseNotes> | |
24 <language>en-US</language> | |
25 <tags>nunit test testing tdd framework fluent assert theory plugin addin</tags> | |
26 </metadata> | |
27 </package> |