Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 1, 2019
1 parent ddec1b4 commit 3f46a2b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Platform.Threading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Threading Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Threading</AssemblyTitle>
<VersionPrefix>0.0.5</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
Expand All @@ -22,12 +22,15 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<PackageReleaseNotes>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.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3f46a2b

Please sign in to comment.