diff --git a/Platform.Helpers.csproj b/Platform.Helpers.csproj index 5b943d7..2c53ddf 100644 --- a/Platform.Helpers.csproj +++ b/Platform.Helpers.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Helpers Class Library Konstantin Diachenko Platform.Helpers - 0.1.0 + 0.1.1 Konstantin Diachenko netstandard2.0 Platform.Helpers @@ -21,6 +21,17 @@ false true snupkg + Exceptions are now correctly ignored. +Platform.Reflection dependency updated from 0.0.2 to 0.0.3. +Global.Scope moved to Scope.Global. +Counter.Count is now property, not field. +SetterBase.Result is now property, not field. +Default classes are static now. +New namespace Platform.Helpers.Scopes: +Scope, Scope<TInclude> and Use<T> classes moved here. +New namespace Platform.Helpers.Singletons: +Default, Default<T>, Global, Singleton, Singleton<T> classes and structs moved here. +Issues fixes.