From c5c82dd6697ae925817c4a8b8020a13de9e03c6e 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: Tue, 13 Aug 2019 21:54:47 +0300 Subject: [PATCH] Version 0.0.3. Release notes updated. --- Platform.Converters.csproj | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Platform.Converters.csproj b/Platform.Converters.csproj index 86e5fa7..bacca47 100644 --- a/Platform.Converters.csproj +++ b/Platform.Converters.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Converters Class Library Konstantin Diachenko Platform.Converters - 0.0.2 + 0.0.3 Konstantin Diachenko netstandard2.0 Platform.Converters @@ -21,9 +21,12 @@ true true snupkg - Platform.Reflection dependency updated from 0.0.1 to 0.0.3. -Platform.Reflection.Sigil dependency updated from 0.0.2 to 0.0.3. -Issues fixes. + Platform.Reflection dependency updated from 0.0.3 to 0.0.4. +Platform.Reflection.Sigil dependency updated from 0.0.3 to 0.0.4. +Added To class with typed parameter. +XML documentation file generation turned on. +Travis CI connected. +Refactoring, issues fix.