Skip to content

Commit 3f46a2b

Browse files
committed
Version 0.1.0. Release notes updated.
1 parent ddec1b4 commit 3f46a2b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Platform.Threading.csproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Threading Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Threading</AssemblyTitle>
7-
<VersionPrefix>0.0.5</VersionPrefix>
7+
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
1010
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
@@ -22,12 +22,15 @@
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25-
<PackageReleaseNotes>Platform.Collections dependency updated from 0.0.3 to 0.0.4.
26-
SynchronizationExtensions class renamed to ISynchronizationExtensions.
27-
XML documentation file generation turned on.
28-
Added code comments.
29-
Travis CI connected.
30-
Refactoring, issues fix.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
26+
Platform.Collections dependency updated from 0.0.4 to 0.0.5.
27+
ThreadHelpers.ExtendedMaxStackSize renamed to DefaultExtendedMaxStackSize.
28+
ThreadHelpers.DefaultSleepTimeout renamed to DefaultSleepInterval.
29+
ThreadHelpers.SyncInvokeWithExtendedStack renamed to InvokeWithModifiedMaxStackSize and InvokeWithExtendedMaxStackSize methods.
30+
Added missing code comments.
31+
Tags updated.
32+
Refactoring, issues fix.
33+
This release is not backward compatible with the latest 0.0.5 release.</PackageReleaseNotes>
3134
</PropertyGroup>
3235

3336
<ItemGroup>

0 commit comments

Comments
 (0)