|
4 | 4 | <Description>LinksPlatform's Platform.Threading Class Library</Description> |
5 | 5 | <Copyright>Konstantin Diachenko</Copyright> |
6 | 6 | <AssemblyTitle>Platform.Threading</AssemblyTitle> |
7 | | - <VersionPrefix>0.0.5</VersionPrefix> |
| 7 | + <VersionPrefix>0.1.0</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors> |
9 | 9 | <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks> |
10 | 10 | <TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework> |
|
22 | 22 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
23 | 23 | <IncludeSymbols>true</IncludeSymbols> |
24 | 24 | <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> |
31 | 34 | </PropertyGroup> |
32 | 35 |
|
33 | 36 | <ItemGroup> |
|
0 commit comments