Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Jun 24, 2022
1 parent e2bd82f commit a8db132
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/NonBlocking/NonBlocking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>

<PackageId>NonBlocking</PackageId>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<Authors>Vladimir Sadov</Authors>
<Description>
Implementation of a lock-free dictionary on .Net
Expand All @@ -28,8 +28,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Performance improvements.
API refinement to match .net5.0 ConcurrentDictionary
Adds support for netstandard2.0
Adds trimming support (IsTrimmable)
NaiveAOT compatibility fixes
</PackageReleaseNotes>
<Summary>Implementation of a lock-free dictionary on .Net</Summary>
<Copyright>Copyright 2022 (c) Vladimir Sadov. All rights reserved.</Copyright>
Expand Down

0 comments on commit a8db132

Please sign in to comment.