From 36cda81011412cb1e92efd58aed34879c7d0cf8a Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sat, 19 Nov 2022 09:54:52 +0100 Subject: [PATCH] Performance improvements and allowing for object pooling. --- AsyncKeyedLock/AsyncKeyedLock.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AsyncKeyedLock/AsyncKeyedLock.csproj b/AsyncKeyedLock/AsyncKeyedLock.csproj index 2277718..3d27b7e 100644 --- a/AsyncKeyedLock/AsyncKeyedLock.csproj +++ b/AsyncKeyedLock/AsyncKeyedLock.csproj @@ -7,7 +7,7 @@ https://github.com/MarkCiliaVincenti/AsyncKeyedLock.git https://github.com/MarkCiliaVincenti/AsyncKeyedLock LICENSE - 5.0.0 + 5.0.1 logo.png Performance improvements and allowing for object pooling. An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number. @@ -15,8 +15,8 @@ async,lock,key,semaphore,dictionary,pooling,duplicate git false - 5.0.0.0 - 5.0.0.0 + 5.0.1.0 + 5.0.1.0 README.md true true