From b86d98af07634af998a21f4addc79671e1433470 Mon Sep 17 00:00:00 2001 From: FreePhoenix Date: Thu, 5 Aug 2021 18:56:28 +0600 Subject: [PATCH] Update package --- csharp/Platform.Numbers/Platform.Numbers.csproj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/csharp/Platform.Numbers/Platform.Numbers.csproj b/csharp/Platform.Numbers/Platform.Numbers.csproj index 0cfcb5a..80f447e 100644 --- a/csharp/Platform.Numbers/Platform.Numbers.csproj +++ b/csharp/Platform.Numbers/Platform.Numbers.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Numbers Class Library Konstantin Diachenko Platform.Numbers - 0.5.0 + 0.5.1 Konstantin Diachenko net472;netstandard2.0;netstandard2.1;net5 Platform.Numbers @@ -24,10 +24,7 @@ true snupkg latest - .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. + Platform.Converters dependency updated from 0.3.0 to 0.3.1. Bit.ShiftRight support for unsigned integer is added.