From 0c802d016fbe4f32cf3ad57e9755b34f41c41751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=94=D1=8C=D1=8F=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Thu, 7 Nov 2019 14:53:55 +0300 Subject: [PATCH] Version 0.2.1. Release notes updated. --- .../Platform.Collections.Methods.csproj | 24 +++---------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/Platform.Collections.Methods/Platform.Collections.Methods.csproj b/Platform.Collections.Methods/Platform.Collections.Methods.csproj index 26f6ff1..ed6656d 100644 --- a/Platform.Collections.Methods/Platform.Collections.Methods.csproj +++ b/Platform.Collections.Methods/Platform.Collections.Methods.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Collections.Methods Class Library Konstantin Diachenko Platform.Collections.Methods - 0.2.0 + 0.2.1 Konstantin Diachenko net471;netstandard2.0;netstandard2.1 Platform.Collections.Methods @@ -24,25 +24,7 @@ true snupkg latest - Added support for .NET Standard 2.1 (.NET Core 3.0). -Platform.Numbers dependency updated from 0.2.1 to 0.2.2. -GenericCollectionMethodsBase.IsEquals method renamed to AreEqual. -RecursionlessSizeBalancedTreeMethods is not experimental anymore. -SizeBalancedTreeMethods renamed to RecursionlessSizeBalancedTreeMethods. -SizeBalancedTreeMethods2 renamed to SizeBalancedTreeMethods. -New methods at SizedBinaryTreeMethodsBase: -* GetRightest -* GetLeftest -* GetNext -* GetPrevious -Source link enabled. -Travis CI disabled. -GitHub Actions enabled. -Now there are tests for all three types of tree implementations, for both ordered and random operations. -C# to C++ translation enabled. -Refactoring, performance and memory usage optimizations, issues fix. - -This release is not backward compatible with the previous 0.1.0 release. + Platform.Numbers dependency updated from 0.2.2 to 0.2.3. @@ -50,7 +32,7 @@ This release is not backward compatible with the previous 0.1.0 release. - +