Skip to content

Added support for .NET Framework 4.6.1, Platform.Collections dependency updated, ThreadHelpers methods and fields renamed

Compare
Choose a tag to compare
@Konard Konard released this 01 Sep 12:58
· 132 commits to master since this release

https://www.nuget.org/packages/Platform.Threading/0.1.0

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 previous 0.0.5 release.