Skip to content

Commit

Permalink
6.2.3 release — Allowed optional continueOnCapturedContext, defaultin…
Browse files Browse the repository at this point in the history
…g to false.
  • Loading branch information
MarkCiliaVincenti committed Dec 3, 2023
1 parent fadf01c commit 47c70e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AsyncKeyedLock/AsyncKeyedLock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/AsyncKeyedLock</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>6.2.3-beta</Version>
<Version>6.2.3</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Allowed passing on continueOnCapturedContext, defaulting to false.</PackageReleaseNotes>
<PackageReleaseNotes>Allowed optional continueOnCapturedContext, defaulting to false.</PackageReleaseNotes>
<Description>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.</Description>
<Copyright>© 2023 Mark Cilia Vincenti</Copyright>
<PackageTags>async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>6.2.2.1</AssemblyVersion>
<FileVersion>6.2.2.1</FileVersion>
<AssemblyVersion>6.2.3.0</AssemblyVersion>
<FileVersion>6.2.3.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit 47c70e9

Please sign in to comment.