Skip to content

Commit

Permalink
Optimizations and fixing of more rare race conditions.
Browse files Browse the repository at this point in the history
MarkCiliaVincenti committed Dec 30, 2022
1 parent f8727c2 commit 945e28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AsyncKeyedLock/AsyncKeyedLock.csproj
Original file line number Diff line number Diff line change
@@ -8,16 +8,16 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/AsyncKeyedLock</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>6.0.4-rc6</Version>
<Version>6.0.4</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Optimizations and fixing of more rare race conditions.</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.</Description>
<Copyright>© 2022 Mark Cilia Vincenti</Copyright>
<PackageTags>async,lock,key,keyed,semaphore,dictionary,pooling,duplicate,synchronization</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>6.0.3.6</AssemblyVersion>
<FileVersion>6.0.3.6</FileVersion>
<AssemblyVersion>6.0.4.0</AssemblyVersion>
<FileVersion>6.0.4.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>

0 comments on commit 945e28e

Please sign in to comment.