Skip to content

Commit

Permalink
Increment lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikernet committed Mar 12, 2024
1 parent 82bb0e6 commit 7c45272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<RootNamespace>Singulink.Collections</RootNamespace>

<Version>2.0</Version>
<Version>2.0.1</Version>
<PackageTags>weak, dictionary, value, collection, list</PackageTags>
<Description>Collection classes that store weak references to values so that they can be garbage collected when they are no longer needed.</Description>
<PackageProjectUrl>https://github.com/Singulink/Singulink.Collections.Weak</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Source/Singulink.Collections/Singulink.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1034</NoWarn>

<Version>2.0</Version>
<Version>3.0.0</Version>
<PackageTags>List; Dictionary; HashSet; Set</PackageTags>
<Description>
Widely useful highly optimized collections that are missing from the .NET BCL.
Expand Down

0 comments on commit 7c45272

Please sign in to comment.