Skip to content

Commit e446f2d

Browse files
committed
[C#] 0.2.1.
1 parent 7e0c7ba commit e446f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csharp/Platform.Threading/Platform.Threading.csproj

Lines changed: 3 additions & 3 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.2.0</VersionPrefix>
7+
<VersionPrefix>0.2.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Threading</AssemblyName>
@@ -24,8 +24,8 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
28-
Platform.Collections dependency updated from 0.1.0 to 0.2.0.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.Collections dependency updated from 0.2.0 to 0.2.1.
28+
ThreadHelpers.DefaultExtendedMaxStackSize is now 256 MiB.</PackageReleaseNotes>
2929
</PropertyGroup>
3030

3131
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">

0 commit comments

Comments
 (0)