Update for version 1.0 final release
This commit is contained in:
Родитель
325c944bb9
Коммит
21008446d7
|
@ -0,0 +1 @@
|
|||
D:\DevTools\nant-0.92\bin\NAnt.exe %*
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
<!-- Set version number for package -->
|
||||
<property name="package.version" value="0.97"/>
|
||||
<property name="package.version" value="1.0"/>
|
||||
|
||||
<!-- Define package name, including version -->
|
||||
<property name="package.base.name" value="NUnitVisualStudioTestAdapter"/>
|
||||
|
|
|
@ -21,5 +21,5 @@ using System.Runtime.InteropServices;
|
|||
[assembly: ComVisible(false)]
|
||||
|
||||
[assembly: Guid("c0aad5e4-b486-49bc-b3e8-31e01be6fefe")]
|
||||
[assembly: AssemblyVersion("0.97.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.97.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
|
||||
<Identifier Id="NUnitTestAdapterInstall..7c53286e-ac4f-485f-915c-5ec5a4c47b0c">
|
||||
<Name>NUnit Test Adapter (V1.0 Release Candidate)</Name>
|
||||
<Name>NUnit Test Adapter</Name>
|
||||
<Author>Charlie Poole</Author>
|
||||
<Version>0.97.0.0</Version>
|
||||
<Version>1.0.0.0</Version>
|
||||
<Description xml:space="preserve">NUnit adapter for integrated test execution under Visual Studio 2012 RTM, Update 1-4,and Visual Studio 2013 Preview. Compatible with NUnit 2.0 through 2.6.2.</Description>
|
||||
<Locale>1033</Locale>
|
||||
<MoreInfoUrl>http://nunit.org/index.php?p=vsTestAdapter&r=2.6.2</MoreInfoUrl>
|
||||
|
|
Загрузка…
Ссылка в новой задаче