Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Increment the version number to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed May 6, 2015
1 parent 4827e76 commit 693beb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>1.2.0</version>
<version>1.2.1</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
Expand Up @@ -7,4 +7,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]

0 comments on commit 693beb5

Please sign in to comment.