Skip to content

Commit

Permalink
Incremented the version number to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Jun 3, 2014
1 parent 9f3925f commit 0e0e053
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using this tokenized nuspec file.
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>0.5.4</version>
<version>0.6.0</version>
<title>$title$</title>
<authors>James Skimming</authors>
<owners>James Skimming</owners>
Expand All @@ -25,7 +25,7 @@ using this tokenized nuspec file.
<description>$description$</description>
<tags>Unit Test TDD AutoFixture Exception ArgumentNullException</tags>
<dependencies>
<dependency id="AutoTest.ArgumentNullException" version="0.5.4" />
<dependency id="AutoTest.ArgumentNullException" version="0.6.0" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using this tokenized nuspec file.
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>0.5.4</version>
<version>0.6.0</version>
<title>$title$</title>
<authors>James Skimming</authors>
<owners>James Skimming</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/Common/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.4.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]

0 comments on commit 0e0e053

Please sign in to comment.