Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Aug 5, 2021
1 parent 7adcf73 commit b86d98a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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.5.0</VersionPrefix>
<VersionPrefix>0.5.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Numbers</AssemblyName>
Expand All @@ -24,10 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>.NET 5 support is added.
Platform.Converters dependency updated from 0.2.1 to 0.3.0.
Factorial and Catalan from Math class have changed their in and out types from double to ulong. This is a breaking change.
All classes are covered with comments.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Converters dependency updated from 0.3.0 to 0.3.1. Bit.ShiftRight support for unsigned integer is added.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit b86d98a

Please sign in to comment.