From a1bc35e941e3f7883b53a1c15e1122f2d592032c Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Mon, 24 Feb 2020 15:05:31 +0300 Subject: [PATCH] Version 0.2.0. Release notes updated. --- csharp/Platform.IO/Platform.IO.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/csharp/Platform.IO/Platform.IO.csproj b/csharp/Platform.IO/Platform.IO.csproj index 29c9d1c..75a7ba5 100644 --- a/csharp/Platform.IO/Platform.IO.csproj +++ b/csharp/Platform.IO/Platform.IO.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.IO Class Library Konstantin Diachenko Platform.IO - 0.1.5 + 0.2.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1 Platform.IO @@ -24,7 +24,10 @@ true snupkg latest - Platform.Unsafe dependency updated from 0.2.2 to 0.3.0. + Lowest supported version of .NET Framework is now 4.7.2. +Platform.Threading dependency updated from 0.1.1 to 0.2.0. +Platform.Unsafe dependency updated from 0.3.0 to 0.4.0. +Tests added.