From 38264e3039b6257e55d05c7085d3642c8133d404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Thu, 29 Jun 2023 17:12:42 +0200 Subject: [PATCH] Version 1.7.0.2307-pre1 --- PeyrSharp.Core/PeyrSharp.Core.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PeyrSharp.Core/PeyrSharp.Core.csproj b/PeyrSharp.Core/PeyrSharp.Core.csproj index 73e3ef9..1cf1741 100644 --- a/PeyrSharp.Core/PeyrSharp.Core.csproj +++ b/PeyrSharp.Core/PeyrSharp.Core.csproj @@ -4,7 +4,7 @@ net5.0;net6.0;net7.0 True PeyrSharp.Core - 1.6.1.2305 + 1.7.0.2307-pre1 Devyus Core methods and features of PeyrSharp. © 2023 @@ -16,7 +16,10 @@ NUGET_README.md MIT True - - Fixed IsAvailableAsync() crashes when no internet connection is available (#112) + - Added Range() method in Stats (#117) +- Added Variance() method in Stats (#118) +- Improved exceptions +