Skip to content

Commit

Permalink
[C#] 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Dec 29, 2022
1 parent 82f76e0 commit 2562860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/Platform.Numbers/Platform.Numbers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Numbers Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Numbers</AssemblyTitle>
<VersionPrefix>0.7.0</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFramework>net7</TargetFramework>
<AssemblyName>Platform.Numbers</AssemblyName>
Expand All @@ -23,7 +23,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Stopped using dynamic compilation and replaced it with generic math from .NET 7.</PackageReleaseNotes>
<PackageReleaseNotes>Constraint of template parameter in the class Bit is changed from INumber to INumberBase.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 2562860

Please sign in to comment.