From 339a963a1e586267a8c22e4cc28284579df50151 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: Mon, 16 Sep 2019 20:10:35 +0300 Subject: [PATCH] Version 0.1.4. Release notes updated. --- .../Platform.Communication.csproj | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Platform.Communication/Platform.Communication.csproj b/Platform.Communication/Platform.Communication.csproj index 5001c30..034fb85 100644 --- a/Platform.Communication/Platform.Communication.csproj +++ b/Platform.Communication/Platform.Communication.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Communication Class Library Konstantin Diachenko Platform.Communication - 0.1.3 + 0.1.4 Konstantin Diachenko net471;netstandard2.0 Platform.Communication @@ -22,11 +22,12 @@ true snupkg latest - Added support for net461 (.NET Framework 4.6.1). -Platform.Threading dependency updated from 0.0.5 to 0.1.0. -Platform.Singletons dependency updated from 0.0.2 to 0.0.3. -Tags updated. -Issues fix. + The minimum supported version of .NET Framework is now 4.7.1. +Platform.Singletons dependency updated from 0.0.3 to 0.0.4. +Project file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio. +Travis CI configuration updated to support automatic NuGet package publishing. +License updated to support usage as an unmodified dynamic library in larger projects of any kind. +Refactoring.