From 3d0b5292fcdd6a4ab1d2ad0239581876d3c268ce 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: Fri, 30 Aug 2019 20:45:20 +0300 Subject: [PATCH] Version 0.0.4. Release notes updated. --- Platform.Comparers.csproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Platform.Comparers.csproj b/Platform.Comparers.csproj index 73a0dfa..a0c2125 100644 --- a/Platform.Comparers.csproj +++ b/Platform.Comparers.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Comparers Class Library Konstantin Diachenko Platform.Comparers - 0.0.3 + 0.0.4 Konstantin Diachenko netstandard2.0;net461 netcoreapp2.0 @@ -22,8 +22,10 @@ true true snupkg - Added generic version of Comparer class. -Issues fixes. + Added support for net461 (.NET Framework 4.6.1). +XML documentation file generation turned on. +Travis CI connected. +Refactoring.