From 15fe4738a1db182a4edb484017bab41ac7a26e2d Mon Sep 17 00:00:00 2001 From: Sam Cook Date: Wed, 5 Sep 2018 12:00:13 +0100 Subject: [PATCH] Update version to 2.1.0. Limit StackExchange.Redis dependency to 1.x as 2.0 is a breaking change. --- RedLock.StrongName.nuspec | 10 +++++----- RedLock.nuspec | 10 +++++----- .../RedLockNet.Abstractions.StrongName.csproj | 2 +- RedLockNet.Abstractions/RedLockNet.Abstractions.csproj | 2 +- .../RedLockNet.SERedis.StrongName.csproj | 2 +- RedLockNet.SERedis/RedLockNet.SERedis.csproj | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/RedLock.StrongName.nuspec b/RedLock.StrongName.nuspec index fbacc53..6713069 100644 --- a/RedLock.StrongName.nuspec +++ b/RedLock.StrongName.nuspec @@ -2,7 +2,7 @@ RedLock.net.StrongName - 2.1.0-pre2 + 2.1.0 RedLock.net (Strong Named) Sam Cook Sam Cook @@ -20,7 +20,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/RedLock.nuspec b/RedLock.nuspec index 30f9fe0..518415e 100644 --- a/RedLock.nuspec +++ b/RedLock.nuspec @@ -2,7 +2,7 @@ RedLock.net - 2.1.0-pre2 + 2.1.0 RedLock.net Sam Cook Sam Cook @@ -20,7 +20,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/RedLockNet.Abstractions.StrongName/RedLockNet.Abstractions.StrongName.csproj b/RedLockNet.Abstractions.StrongName/RedLockNet.Abstractions.StrongName.csproj index 736798b..88cd286 100644 --- a/RedLockNet.Abstractions.StrongName/RedLockNet.Abstractions.StrongName.csproj +++ b/RedLockNet.Abstractions.StrongName/RedLockNet.Abstractions.StrongName.csproj @@ -4,7 +4,7 @@ netstandard1.1;netstandard2.0 RedLockNet False - 2.1.0-pre2 + 2.1.0 Sam Cook RedLock.net diff --git a/RedLockNet.Abstractions/RedLockNet.Abstractions.csproj b/RedLockNet.Abstractions/RedLockNet.Abstractions.csproj index ce45622..5c83ef0 100644 --- a/RedLockNet.Abstractions/RedLockNet.Abstractions.csproj +++ b/RedLockNet.Abstractions/RedLockNet.Abstractions.csproj @@ -4,7 +4,7 @@ netstandard1.1;netstandard2.0 RedLockNet False - 2.1.0-pre2 + 2.1.0 Sam Cook RedLock.net diff --git a/RedLockNet.SERedis.StrongName/RedLockNet.SERedis.StrongName.csproj b/RedLockNet.SERedis.StrongName/RedLockNet.SERedis.StrongName.csproj index 0d4f300..d3d0c6f 100644 --- a/RedLockNet.SERedis.StrongName/RedLockNet.SERedis.StrongName.csproj +++ b/RedLockNet.SERedis.StrongName/RedLockNet.SERedis.StrongName.csproj @@ -5,7 +5,7 @@ RedLockNet.SERedis.StrongName RedLock.net RedLockNet.SERedis - 2.1.0-pre2 + 2.1.0 An implementation of the Redlock distributed lock algorithm Sam Cook diff --git a/RedLockNet.SERedis/RedLockNet.SERedis.csproj b/RedLockNet.SERedis/RedLockNet.SERedis.csproj index fc79076..da9243a 100644 --- a/RedLockNet.SERedis/RedLockNet.SERedis.csproj +++ b/RedLockNet.SERedis/RedLockNet.SERedis.csproj @@ -5,7 +5,7 @@ RedLockNet.SERedis RedLock.net RedLockNet.SERedis - 2.1.0-pre2 + 2.1.0 An implementation of the Redlock distributed lock algorithm Sam Cook