Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 1, 2014
1 parent 91e72b3 commit 2679dda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/HangFire.versions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MajorVersion>0</MajorVersion>
<MinorVersion>7</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>

<!-- Change this to set the build quality of the project. Use values like "alpha", "beta", "rc1", "rtm", etc. -->
<!-- These values are used in SemVer, so make sure to always increase these alphabetically. -->
Expand Down
1 change: 1 addition & 0 deletions nuspecs/HangFire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* HangFire.Ninject package.
* Added some Sphinx-based docs.
* New project site and docs site.
* Some minor fixes.
0.7
* Changed NuGet package structure. See the Upgrading Guide on GitHub!
* Job storage abstraction.
Expand Down
4 changes: 2 additions & 2 deletions src/Common/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]

[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyInformationalVersion("0.7.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 2679dda

Please sign in to comment.