diff --git a/Platform.Threading.csproj b/Platform.Threading.csproj index 6e1997a..30c2878 100644 --- a/Platform.Threading.csproj +++ b/Platform.Threading.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Threading Class Library Konstantin Diachenko Platform.Threading - 0.0.5 + 0.1.0 Konstantin Diachenko netstandard2.0;net461 netcoreapp2.0 @@ -22,12 +22,15 @@ true true snupkg - Platform.Collections dependency updated from 0.0.3 to 0.0.4. -SynchronizationExtensions class renamed to ISynchronizationExtensions. -XML documentation file generation turned on. -Added code comments. -Travis CI connected. -Refactoring, issues fix. + Added support for net461 (.NET Framework 4.6.1). +Platform.Collections dependency updated from 0.0.4 to 0.0.5. +ThreadHelpers.ExtendedMaxStackSize renamed to DefaultExtendedMaxStackSize. +ThreadHelpers.DefaultSleepTimeout renamed to DefaultSleepInterval. +ThreadHelpers.SyncInvokeWithExtendedStack renamed to InvokeWithModifiedMaxStackSize and InvokeWithExtendedMaxStackSize methods. +Added missing code comments. +Tags updated. +Refactoring, issues fix. +This release is not backward compatible with the latest 0.0.5 release.