Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Nov 6, 2015
1 parent 5c8a156 commit 9dd06b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion RedLock.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>RedLock.net</id>
<version>1.5.0</version>
<version>1.6.0</version>
<title>RedLock.net</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.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
1.4.0 - Add redis database number and key format configuration options
1.3.0 - Add password, SSL and connection timeout configuration options (enables use with Azure Redis Cache)
Expand Down
6 changes: 3 additions & 3 deletions RedLock/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyInformationalVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

[assembly: InternalsVisibleTo("RedLock.Tests")]

0 comments on commit 9dd06b8

Please sign in to comment.