Skip to content

Commit 7c45272

Browse files
committedMar 12, 2024·
Increment lib versions
1 parent 82bb0e6 commit 7c45272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Source/Singulink.Collections.Weak/Singulink.Collections.Weak.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
44
<RootNamespace>Singulink.Collections</RootNamespace>
55

6-
<Version>2.0</Version>
6+
<Version>2.0.1</Version>
77
<PackageTags>weak, dictionary, value, collection, list</PackageTags>
88
<Description>Collection classes that store weak references to values so that they can be garbage collected when they are no longer needed.</Description>
99
<PackageProjectUrl>https://github.com/Singulink/Singulink.Collections.Weak</PackageProjectUrl>

‎Source/Singulink.Collections/Singulink.Collections.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
44
<NoWarn>$(NoWarn);CA1034</NoWarn>
55

6-
<Version>2.0</Version>
6+
<Version>3.0.0</Version>
77
<PackageTags>List; Dictionary; HashSet; Set</PackageTags>
88
<Description>
99
Widely useful highly optimized collections that are missing from the .NET BCL.

0 commit comments

Comments
 (0)
Please sign in to comment.