From 3f46a2b1efc539d86e01408fb7117c00e116e2db 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: Sun, 1 Sep 2019 15:56:39 +0300 Subject: [PATCH] Version 0.1.0. Release notes updated. --- Platform.Threading.csproj | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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.