diff --git a/RedLock.nuspec b/RedLock.nuspec index 5179fba..47d5e2a 100644 --- a/RedLock.nuspec +++ b/RedLock.nuspec @@ -2,7 +2,7 @@ RedLock.net - 1.3.0 + 1.4.0 RedLock.net Sam Cook Sam Cook @@ -12,6 +12,7 @@ false An implementation of the Redlock distributed lock algorithm +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) 1.2.0 - Lock/Extend/Unlock instances in parallel 1.1.0 - Target .NET 4.0 and 4.5 diff --git a/RedLock/Properties/AssemblyInfo.cs b/RedLock/Properties/AssemblyInfo.cs index 51ed801..b43419d 100644 --- a/RedLock/Properties/AssemblyInfo.cs +++ b/RedLock/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("RedLock.net")] -[assembly: AssemblyCopyright("Copyright © Sam Cook 2014")] +[assembly: AssemblyCopyright("Copyright © Sam Cook 2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.3.0")] -[assembly: AssemblyInformationalVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyInformationalVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] [assembly: InternalsVisibleTo("RedLock.Tests")] \ No newline at end of file