From ff14cd0585c5cbd76c7c59a947c6d14806d8260b 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: Sun, 11 Aug 2019 20:15:34 +0300 Subject: [PATCH] Version 0.0.3. Release notes updated. --- Platform.Random.csproj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Platform.Random.csproj b/Platform.Random.csproj index 7ddb3d1..7488224 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.2 + 0.0.3 Konstantin Diachenko netstandard2.0 Platform.Random @@ -21,9 +21,8 @@ false true snupkg - Use UtcNow.Ticks hash code as seed instead of 32-bit truncated value. -Platform.Ranges dependency updated to 0.0.3 version. -Issues fixes. + Platform.Ranges dependency updated from 0.0.3 to 0.0.4. +Added code comments.