From b567142fec1935d5405695c57ff31a0069fce42d Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sat, 2 Dec 2023 17:28:46 +0100 Subject: [PATCH] Releasing 6.2.3-beta: removing trimming, allowing passing on continueOnCapturedContext (contribution by c0nd3v), updated CONTRIBUTORS.md --- AsyncKeyedLock/AsyncKeyedLock.csproj | 12 ++++-------- CONTRIBUTORS.md | 1 + 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/AsyncKeyedLock/AsyncKeyedLock.csproj b/AsyncKeyedLock/AsyncKeyedLock.csproj index b09114b..eefdf0a 100644 --- a/AsyncKeyedLock/AsyncKeyedLock.csproj +++ b/AsyncKeyedLock/AsyncKeyedLock.csproj @@ -8,22 +8,18 @@ https://github.com/MarkCiliaVincenti/AsyncKeyedLock MIT MIT - 6.2.2 + 6.2.3-beta logo.png - Fixed potential unnecessary slowdown. + Allowed passing on continueOnCapturedContext, defaulting to false. 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, with optional pooling for reducing memory allocations. © 2023 Mark Cilia Vincenti async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization git false - 6.2.2.0 - 6.2.2.0 + 6.2.2.1 + 6.2.2.1 README.md true - true - true - true - link True True latest diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d309543..f260683 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -8,3 +8,4 @@ * [Tobias "Syzuna" Teske](https://github.com/Syzuna) for fixing a critical bug when he should have been sleeping * [Theodor Zoulias](https://github.com/theodorzoulias) for his valued help with race conditions * [MagicAndre1981](https://github.com/MagicAndre1981) for enabling deterministic builds +* [c0nd3v](https://github.com/c0nd3v) for allowed passing on continueOnCapturedContext