Skip to content

Commit

Permalink
Performance improvements for timeout-based locking and StripedAsyncKe…
Browse files Browse the repository at this point in the history
…yedLocker; fixes in ConditionalLocks.
  • Loading branch information
MarkCiliaVincenti committed Nov 10, 2024
1 parent b99c2f2 commit e9050c0
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
Expand Up @@ -7,7 +7,7 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/AsyncKeyedLock</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>7.1.0</Version>
<Version>7.1.1</Version>
<Nullable>Enable</Nullable>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Performance improvements for timeout-based locking and StripedAsyncKeyedLocker; fixes in ConditionalLocks.</PackageReleaseNotes>
Expand All @@ -16,8 +16,8 @@
<PackageTags>async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<FileVersion>7.1.0.0</FileVersion>
<AssemblyVersion>7.1.1.0</AssemblyVersion>
<FileVersion>7.1.1.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit e9050c0

Please sign in to comment.