Skip to content

Commit

Permalink
Add release notes for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 24, 2016
1 parent 76ff060 commit 0d1264c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HangFire.Autofac/HangFire.Autofac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<copyright>Copyright © 2014-2015 Sergey Odinokov</copyright>
<tags>Hangfire Autofac IoC</tags>
<releaseNotes>
2.2.0
* Added – Allow combining lifetime scope tags (by @chaoaretasty).

2.1.0
* Added – Ability to use non-tagged nested lifetime scopes.

Expand Down
4 changes: 2 additions & 2 deletions HangFire.Autofac/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c38d8acf-7b2c-4d7f-84ad-c477879ade3f")]

[assembly: AssemblyInformationalVersion("2.1.0")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.0")]
[assembly: AssemblyVersion("2.2.0")]

0 comments on commit 0d1264c

Please sign in to comment.