From 0a51cf5dd0f19a2e70ef821fa94f64c6b9732b5f 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, 23 Aug 2019 17:42:01 +0300 Subject: [PATCH] Version 0.1.2. Release notes updated. Tags updated. License reference fix. --- .../Platform.Communication.csproj | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Platform.Communication/Platform.Communication.csproj b/Platform.Communication/Platform.Communication.csproj index 711b863..035dace 100644 --- a/Platform.Communication/Platform.Communication.csproj +++ b/Platform.Communication/Platform.Communication.csproj @@ -4,15 +4,15 @@ LinksPlatform's Platform.Communication Class Library Konstantin Diachenko Platform.Communication - 0.1.1 + 0.1.2 Konstantin Diachenko netstandard2.0 Platform.Communication Platform.Communication - LinksPlatform;Communication;Protocols;Gexf;Udp;UdpSender;UdpReceiver + LinksPlatform;Communication;Protocols;Gexf;Udp;UdpSender;UdpReceiver;Xml;Serializer https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png https://linksplatform.github.io/Communication - LGPL-3.0-only + GPL-3.0-only true git git://github.com/linksplatform/Communication @@ -21,9 +21,12 @@ true true snupkg - Correcly ignoring exceptions now. -Platform.Threading dependency update from 0.0.3 to 0.0.4. -Platform.Helpers dependency update from 0.1.0 to 0.1.1. + 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.