Skip to content

Commit

Permalink
Bump version in StrongName nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Dec 4, 2015
1 parent 45dac2e commit 5e4b9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RedLock.StrongName.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>RedLock.net.StrongName</id>
<version>1.6.1</version>
<version>1.6.2</version>
<title>RedLock.net (Strong Named)</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
Expand All @@ -12,6 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Redlock distributed lock algorithm</description>
<releaseNotes>
1.6.2 - Fix bug in extend script
1.6.1 - Add missing ConfigureAwait(false) to RedisLockFactory CreateAsync overload
1.6.0 - Switch to using liblog for logging support, remove extraneous retry delay after acquire when blocking for a redis lock
1.5.0 - Add async support
Expand Down

0 comments on commit 5e4b9b9

Please sign in to comment.