From 88aa359fedf039489ec276a3d01939fb3f3eca29 Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Tue, 25 Feb 2020 23:01:32 +0300 Subject: [PATCH] Version 0.1.0. Release notes updated. --- csharp/Platform.Comparers/Platform.Comparers.csproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/csharp/Platform.Comparers/Platform.Comparers.csproj b/csharp/Platform.Comparers/Platform.Comparers.csproj index c810ac1..da810a7 100644 --- a/csharp/Platform.Comparers/Platform.Comparers.csproj +++ b/csharp/Platform.Comparers/Platform.Comparers.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Comparers Class Library Konstantin Diachenko Platform.Comparers - 0.0.5 + 0.1.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1 Platform.Comparers @@ -24,11 +24,9 @@ true snupkg latest - Lowest supported version of .NET Framework is now 4.7.1. -Added support for .NET Standard 2.1 (.NET Core 3.0). -Source link enabled. -Travis CI disabled. -GitHub Actions enabled. + Lowest supported version of .NET Framework is now 4.7.2. +Issues fix. +Tests added.