Skip to content

Commit

Permalink
[C#] 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jan 14, 2023
1 parent 21fe0c9 commit ae7f8ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions csharp/Platform.Data.Doublets/Platform.Data.Doublets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.0</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFramework>net7</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -24,7 +24,10 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Memory dependency is updated to 0.4.1.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Memory dependency is updated to 0.4.1.
Platform.Collections.Methods dependency is updated to 0.7.2.
Platform.Data dependency is updated to 0.16.1.
Generic math is used therefore generic constraints are added and redundant methods and classes are removed.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit ae7f8ac

Please sign in to comment.