From e9050c0c5fbdb6ca164fe77458568cd349c5212b Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sun, 10 Nov 2024 12:34:37 +0100 Subject: [PATCH] Performance improvements for timeout-based locking and StripedAsyncKeyedLocker; fixes in ConditionalLocks. --- AsyncKeyedLock/AsyncKeyedLock.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AsyncKeyedLock/AsyncKeyedLock.csproj b/AsyncKeyedLock/AsyncKeyedLock.csproj index 071af21..0f666a9 100644 --- a/AsyncKeyedLock/AsyncKeyedLock.csproj +++ b/AsyncKeyedLock/AsyncKeyedLock.csproj @@ -7,7 +7,7 @@ https://github.com/MarkCiliaVincenti/AsyncKeyedLock MIT MIT - 7.1.0 + 7.1.1 Enable logo.png Performance improvements for timeout-based locking and StripedAsyncKeyedLocker; fixes in ConditionalLocks. @@ -16,8 +16,8 @@ async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization git false - 7.1.0.0 - 7.1.0.0 + 7.1.1.0 + 7.1.1.0 README.md true True