From c49260821b27c5492f82fde3cd42e313c2c10a80 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, 2 Sep 2019 12:58:11 +0300 Subject: [PATCH] Version 0.1.3. Release notes updated. --- .../Platform.Communication.csproj | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Platform.Communication/Platform.Communication.csproj b/Platform.Communication/Platform.Communication.csproj index 8145ffd..6260d0f 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.2 + 0.1.3 Konstantin Diachenko netstandard2.0;net461 netcoreapp2.0 @@ -22,13 +22,11 @@ true true snupkg - Platform.Threading dependency updated from 0.0.4 to 0.0.5. -Platform.Helpers dependency replaced with Platform.Singletons. -Added Platform.Communication.Protocol.Xml.Serializer. -XML documentation file generation turned on. -Added tests. -Travis CI connected. -Refactoring and issues fix. + 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.