Skip to content

Commit ae7f8ac

Browse files
[C#] 0.17.0
1 parent 21fe0c9 commit ae7f8ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

csharp/Platform.Data.Doublets/Platform.Data.Doublets.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
55
<Copyright>konard, FreePhoenix888</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
7-
<VersionPrefix>0.16.0</VersionPrefix>
7+
<VersionPrefix>0.17.0</VersionPrefix>
88
<Authors>konard, FreePhoenix888</Authors>
99
<TargetFramework>net7</TargetFramework>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -24,7 +24,10 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Platform.Memory dependency is updated to 0.4.1.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.Memory dependency is updated to 0.4.1.
28+
Platform.Collections.Methods dependency is updated to 0.7.2.
29+
Platform.Data dependency is updated to 0.16.1.
30+
Generic math is used therefore generic constraints are added and redundant methods and classes are removed.</PackageReleaseNotes>
2831
<Nullable>enable</Nullable>
2932
</PropertyGroup>
3033

0 commit comments

Comments
 (0)