Skip to content

Commit

Permalink
Merge pull request #93 from nunit/release-3.0-ctp-8
Browse files Browse the repository at this point in the history
Prepare for ctp-8 release
  • Loading branch information
CharliePoole committed Dec 2, 2015
2 parents 25530f8 + b7aec8d commit a0612ad
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nunit3-vs-adapter.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<!-- Set version number for package -->
<property name="package.version" value="3.0.7-ctp-7b"/>
<property name="package.version" value="3.0.8-ctp-8"/>

<!-- Define package name, including version -->
<property name="package.base.name" value="NUnit3TestAdapter"/>
Expand Down
3 changes: 2 additions & 1 deletion src/NUnitTestAdapter/NUnit3TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.engine">
<Reference Include="nunit.engine, Version=3.0.5813.39036, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.1\lib\nunit.engine.dll</HintPath>
<Aliases>ENG</Aliases>
</Reference>
Expand Down
4 changes: 2 additions & 2 deletions src/NUnitTestAdapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
[assembly: ComVisible(false)]

[assembly: Guid("c0aad5e4-b486-49bc-b3e8-31e01be6fefe")]
[assembly: AssemblyVersion("3.0.7.0")]
[assembly: AssemblyFileVersion("3.0.7.0")]
[assembly: AssemblyVersion("3.0.8.0")]
[assembly: AssemblyFileVersion("3.0.8.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.1\lib\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="nunit.engine, Version=3.0.5812.30399, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<Reference Include="nunit.engine, Version=3.0.5813.39036, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.1\lib\nunit.engine.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion src/NUnitTestAdapterInstall/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="NUnit.NUnit3TestAdapter">
<Name>NUnit3 Test Adapter</Name>
<Author>Charlie Poole</Author>
<Version>3.0.7.0</Version>
<Version>3.0.8.0</Version>
<Description xml:space="preserve">NUnit 3.0 adapter for integrated test execution under Visual Studio 2012 (all updates), Visual Studio 2013 (all updates), and the Visual Studio 2015 Preview and CTPs. Compatible with NUnit 3.0.

NOTE: This package replaces the earlier CTP-7 release, which mistakenly carried an internal version of 3.0.6.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/NUnitTestAdapterTests/NUnit3TestAdapterTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.1\lib\nunit.engine.api.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.0.5812.30384, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion src/mock-assembly/mock-assembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.0.5812.30384, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath>
</Reference>
Expand Down

0 comments on commit a0612ad

Please sign in to comment.