Skip to content

Commit

Permalink
Bump version to 2.3.2-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Apr 4, 2022
1 parent 0d5cdf3 commit 6019fc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<Version>2.3.1</Version>
<AssemblyVersion>2.3.2.0</AssemblyVersion>
<Version>2.3.2-pre1</Version>
<FileVersion>$(Version)</FileVersion>
<Authors>Sam Cook</Authors>
<Company />
Expand All @@ -17,6 +17,7 @@
<PackageReleaseNotes>
Note: RedLock 2.2.0+ requires StackExchange.Redis 2.0+ - if you need to use StackExchange.Redis 1.x please continue to use RedLock.net 2.1.0.

2.3.2 - Fix for issue introduced in 2.3.1 where locks failed to extend in certain circumstances.
2.3.1 - Fix MissingMethodException on RedLockFactory.Create() in 2.3.0.
2.3.0 - Add support for async unlocking. Add configurable retry settings. Fix rare failure to unlock on dispose issue.
2.2.0 - Update to StackExchange.Redis 2.0. Switch to a single strong named package and adjust platform targets to match StackExchange.Redis 2.0.
Expand Down

0 comments on commit 6019fc4

Please sign in to comment.