Skip to content

Commit

Permalink
Merge pull request #12 from nunit/release-3.0-ctp-1
Browse files Browse the repository at this point in the history
Prepare for release of CTP
  • Loading branch information
CharliePoole committed Apr 6, 2015
2 parents 20dea04 + 1d72423 commit 69c63ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0-beta-1"/>
<property name="package.version" value="3.0.0-ctp-1"/>

<!-- Define package name, including version -->
<property name="package.base.name" value="NUnit3TestAdapter"/>
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.0.*")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
2 changes: 1 addition & 1 deletion src/NUnitTestAdapterInstall/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="NUnit3TestAdapter..DD956069-EF7E-4E44-9934-33C4E4F3A793">
<Identifier Id="NUnit.NUnit3TestAdapter">
<Name>NUnit3 Test Adapter</Name>
<Author>Charlie Poole</Author>
<Version>3.0.0.0</Version>
Expand Down

0 comments on commit 69c63ce

Please sign in to comment.