This commit is contained in:
Terje Sandstrom 2014-04-27 23:58:10 +02:00
Родитель 755cfb4d46
Коммит 4111032914
2 изменённых файлов: 52 добавлений и 52 удалений

Просмотреть файл

@ -1,30 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NUnitTestAdapter</id>
<version>${package.version}</version>
<title>NUnit Test Adapter for VS2012 and VS2013</title>
<authors>NUnit Software</authors>
<owners>NUnit Software</owners>
<licenseUrl>http://visualstudiogallery.msdn.microsoft.com/site/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d/eula?licenseType=None</licenseUrl>
<projectUrl>http://nunit.org/index.php?p=vsTestAdapter&amp;r=2.6</projectUrl>
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NUnitTestAdapter</id>
<version>${package.version}</version>
<title>NUnit Test Adapter for VS2012 and VS2013</title>
<authors>NUnit Software</authors>
<owners>NUnit Software</owners>
<licenseUrl>http://visualstudiogallery.msdn.microsoft.com/site/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d/eula?licenseType=None</licenseUrl>
<projectUrl>http://nunit.org/index.php?p=vsTestAdapter&amp;r=2.6</projectUrl>
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A package including the NUnit TestAdapter for Visual Studio 2012/13. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server.
Note that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework, or use the NUnitTestAdapter.WithFramework nuget package.
You only need one such package for a solution.
The package works with Visual Studio 2012 from RTM, and with Update 1 and higher, and with Visual Studio 2013 Preview.</description>
The package works with Visual Studio 2012 from RTM, and with Update 1 and higher, and with Visual Studio 2013 Preview.</description>
<releaseNotes>Updated to work with VS 2013 preview.
Includes fix to profiling tests, bug 1189268</releaseNotes>
<copyright>NUnit Software</copyright>
<language>en-US</language>
<tags>test visualstudio testadapter</tags>
</metadata>
<files>
<file src="${project.lib.dir}\nunit.core.dll" target="lib\nunit.core.dll" />
<file src="${project.lib.dir}\nunit.core.interfaces.dll" target="lib\nunit.core.interfaces.dll" />
<file src="${project.lib.dir}\nunit.util.dll" target="lib\nunit.util.dll" />
<file src="${package.working.dir}\NUnit.VisualStudio.TestAdapter.dll" target="lib\NUnit.VisualStudio.TestAdapter.dll" />
<file src="${project.nuget.dir}\install.ps1" target="tools\install.ps1" />
</files>
Includes fix to profiling tests, bug 1189268</releaseNotes>
<copyright>NUnit Software</copyright>
<language>en-US</language>
<tags>test visualstudio testadapter</tags>
</metadata>
<files>
<file src="${project.lib.dir}\nunit.core.dll" target="lib\nunit.core.dll" />
<file src="${project.lib.dir}\nunit.core.interfaces.dll" target="lib\nunit.core.interfaces.dll" />
<file src="${project.lib.dir}\nunit.util.dll" target="lib\nunit.util.dll" />
<file src="${package.working.dir}\NUnit.VisualStudio.TestAdapter.dll" target="lib\NUnit.VisualStudio.TestAdapter.dll" />
<file src="${project.nuget.dir}\install.ps1" target="tools\install.ps1" />
</files>
</package>

Просмотреть файл

@ -1,31 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NUnitTestAdapter.WithFramework</id>
<version>${package.version}</version>
<title>NUnit TestAdapter including NUnit 2.6.2 framework</title>
<authors>NUnit Software</authors>
<owners>NUnit Software</owners>
<licenseUrl>http://visualstudiogallery.msdn.microsoft.com/site/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d/eula?licenseType=None</licenseUrl>
<projectUrl>http://nunit.org/index.php?p=vsTestAdapter&amp;r=2.6</projectUrl>
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NUnitTestAdapter.WithFramework</id>
<version>${package.version}</version>
<title>NUnit TestAdapter including NUnit 2.6.2 framework</title>
<authors>NUnit Software</authors>
<owners>NUnit Software</owners>
<licenseUrl>http://visualstudiogallery.msdn.microsoft.com/site/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d/eula?licenseType=None</licenseUrl>
<projectUrl>http://nunit.org/index.php?p=vsTestAdapter&amp;r=2.6</projectUrl>
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A package including the NUnit test frameworks and the Visual Studio 2012/13 test adapter. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server.
Note that this package also contains the NUnit framework.
The package works with Visual Studio 2012 from RTM, and with Update 1 and higher, and with Visual Studio 2013 Preview.</description>
The package works with Visual Studio 2012 from RTM, and with Update 1 and higher, and with Visual Studio 2013 Preview.</description>
<releaseNotes>Updated to work with VS 2013 preview.
Includes fix to profiling tests, bug 1189268</releaseNotes>
<copyright>NUnit Software</copyright>
<language>en-US</language>
<tags>test visualstudio testadapter</tags>
</metadata>
<files>
<file src="${project.lib.dir}\nunit.core.dll" target="lib\nunit.core.dll" />
<file src="${project.lib.dir}\nunit.core.interfaces.dll" target="lib\nunit.core.interfaces.dll" />
<file src="${project.lib.dir}\nunit.framework.dll" target="lib\nunit.framework.dll" />
<file src="${project.lib.dir}\nunit.framework.xml" target="lib\nunit.framework.xml" />
<file src="${project.lib.dir}\nunit.util.dll" target="lib\nunit.util.dll" />
<file src="${package.working.dir}\NUnit.VisualStudio.TestAdapter.dll" target="lib\NUnit.VisualStudio.TestAdapter.dll" />
<file src="${project.nuget.dir}\install.ps1" target="tools\install.ps1" />
</files>
Includes fix to profiling tests, bug 1189268</releaseNotes>
<copyright>NUnit Software</copyright>
<language>en-US</language>
<tags>test visualstudio testadapter</tags>
</metadata>
<files>
<file src="${project.lib.dir}\nunit.core.dll" target="lib\nunit.core.dll" />
<file src="${project.lib.dir}\nunit.core.interfaces.dll" target="lib\nunit.core.interfaces.dll" />
<file src="${project.lib.dir}\nunit.framework.dll" target="lib\nunit.framework.dll" />
<file src="${project.lib.dir}\nunit.framework.xml" target="lib\nunit.framework.xml" />
<file src="${project.lib.dir}\nunit.util.dll" target="lib\nunit.util.dll" />
<file src="${package.working.dir}\NUnit.VisualStudio.TestAdapter.dll" target="lib\NUnit.VisualStudio.TestAdapter.dll" />
<file src="${project.nuget.dir}\install.ps1" target="tools\install.ps1" />
</files>
</package>