diff --git a/Platform.Singletons.csproj b/Platform.Singletons.csproj index 426a64c..f56adb2 100644 --- a/Platform.Singletons.csproj +++ b/Platform.Singletons.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Singletons Class Library Konstantin Diachenko Platform.Singletons - 0.0.3 + 0.0.4 Konstantin Diachenko netstandard2.0;net461 Platform.Singletons @@ -22,11 +22,10 @@ true snupkg Latest - Added support for net461 (.NET Framework 4.6.1). -Platform.Reflection dependency updated from 0.0.6 to 0.1.0. -Updated XML code comments. -Tags updated. -Issues fix. + Platform.Reflection dependency updated from 0.1.0 to 0.1.1. +Travis CI configuration updated to support automatic NuGet package deploy. +Project file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop and Visual Studio. +Code comments updated.