From 6019fc4a02fe3383c8038ec7c70f8fe2dff701a6 Mon Sep 17 00:00:00 2001 From: Sam Cook Date: Mon, 4 Apr 2022 18:04:23 +0100 Subject: [PATCH] Bump version to 2.3.2-pre1 --- Directory.Build.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 79c4ddc..2863722 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.1.0 - 2.3.1 + 2.3.2.0 + 2.3.2-pre1 $(Version) Sam Cook @@ -17,6 +17,7 @@ Note: RedLock 2.2.0+ requires StackExchange.Redis 2.0+ - if you need to use StackExchange.Redis 1.x please continue to use RedLock.net 2.1.0. + 2.3.2 - Fix for issue introduced in 2.3.1 where locks failed to extend in certain circumstances. 2.3.1 - Fix MissingMethodException on RedLockFactory.Create() in 2.3.0. 2.3.0 - Add support for async unlocking. Add configurable retry settings. Fix rare failure to unlock on dispose issue. 2.2.0 - Update to StackExchange.Redis 2.0. Switch to a single strong named package and adjust platform targets to match StackExchange.Redis 2.0.