Skip to content

Commit

Permalink
Incremented the version number to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Oct 9, 2013
1 parent b4c0c3c commit 0df7c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2</version>
<version>0.5.3</version>
<title>$title$</title>
<authors>James Skimming</authors>
<owners>James Skimming</owners>
Expand Down
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.2</version>
<version>0.5.3</version>
<title>$title$</title>
<authors>James Skimming</authors>
<owners>James Skimming</owners>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0")]
[assembly: AssemblyFileVersion("0.5.3.0")]

0 comments on commit 0df7c84

Please sign in to comment.