Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Dec 27, 2022
1 parent 445f2f0 commit 24f6f83
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.1.0</PackageVersion>
<PackageVersion>2.1.1</PackageVersion>
<Authors>Vladimir Sadov</Authors>
<Description>
Implementation of a lock-free dictionary on .Net
Expand All @@ -28,9 +28,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Adds support for netstandard2.0
Adds trimming support (IsTrimmable)
NaiveAOT compatibility fixes
Minor bug 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 24f6f83

Please sign in to comment.