diff --git a/RedLock.nuspec b/RedLock.nuspec index 9a8269b..5179fba 100644 --- a/RedLock.nuspec +++ b/RedLock.nuspec @@ -2,7 +2,7 @@ RedLock.net - 1.2.0 + 1.3.0 RedLock.net Sam Cook Sam Cook @@ -12,11 +12,12 @@ false An implementation of the Redlock distributed lock algorithm +1.3.0 - Add password, SSL and connection timeout configuration options (enables use with Azure Redis Cache) 1.2.0 - Lock/Extend/Unlock instances in parallel 1.1.0 - Target .NET 4.0 and 4.5 1.0.0 - Initial release - Copyright 2014 Sam Cook + Copyright 2015 Sam Cook RedLock Redis Distributed Lock diff --git a/RedLock/Properties/AssemblyInfo.cs b/RedLock/Properties/AssemblyInfo.cs index 5e6435c..51ed801 100644 --- a/RedLock/Properties/AssemblyInfo.cs +++ b/RedLock/Properties/AssemblyInfo.cs @@ -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.1.0")] -[assembly: AssemblyInformationalVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyInformationalVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: InternalsVisibleTo("RedLock.Tests")] \ No newline at end of file