From 2679c7afb2116b90f0307dfbd3242d6110ea9243 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 13:52:02 +0300 Subject: [PATCH] Version 0.0.4. Release notes. --- Platform.Random.csproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Platform.Random.csproj b/Platform.Random.csproj index d3744ee..dda5c60 100644 --- a/Platform.Random.csproj +++ b/Platform.Random.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Random Class Library Konstantin Diachenko Platform.Random - 0.0.3 + 0.0.4 Konstantin Diachenko netstandard2.0;net47 netcoreapp2.0 @@ -22,8 +22,11 @@ true true snupkg - Platform.Ranges dependency updated from 0.0.3 to 0.0.4. -Added code comments. + Added support for net47 (.NET Framework 4.7). +Platform.Ranges dependency updated from 0.0.4 to 0.0.5. +XML documentation file generation turned on. +Travis CI connected. +Refactoring, issues fix.