view packages/NUnit.2.6.3/NUnit.2.6.3.nuspec @ 9:1e85f66cf767 default tip

update bltoolkit
author nickolay
date Thu, 05 Apr 2018 20:53:26 +0300
parents f990fcb411a9
children
line wrap: on
line source

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>NUnit</id>
    <version>2.6.3</version>
    <title>NUnit</title>
    <authors>Charlie Poole</authors>
    <owners>Charlie Poole</owners>
    <licenseUrl>http://nunit.org/nuget/license.html</licenseUrl>
    <projectUrl>http://nunit.org/</projectUrl>
    <iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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.

Version 2.6 is the seventh major release of this well-known and well-tested programming tool.

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>
    <summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
    <releaseNotes>Version 2.6 is the seventh major release of NUnit.

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.

The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.</releaseNotes>
    <language>en-US</language>
    <tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
  </metadata>
</package>