Skip to content

Commit 0f56891

Browse files
[C#] 0.4.0
1 parent f3bb7d7 commit 0f56891

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

csharp/Platform.Threading/Platform.Threading.csproj

Lines changed: 8 additions & 4 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.3.0</VersionPrefix>
7+
<VersionPrefix>0.4.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
1010
<AssemblyName>Platform.Threading</AssemblyName>
@@ -24,8 +24,12 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>.NET 5 support is added.
28-
Platform.Collections dependency updated from 0.2.1 to 0.3.0.</PackageReleaseNotes>
27+
<PackageReleaseNotes>ISynchronization.ExecuteReadOperation is renamed to DoRead.
28+
ISynchronization.ExecuteWriteOperation is renamed to DoWrite.
29+
ConcurrentQueueExtensions.EnqueueAsRunnedTask is renamed to RunAndPush.
30+
.NET 6 support is added.
31+
Platform.Collections dependency is updated from 0.3.0 to 0.3.2.
32+
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.</PackageReleaseNotes>
2933
</PropertyGroup>
3034

3135
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
@@ -37,7 +41,7 @@ Platform.Collections dependency updated from 0.2.1 to 0.3.0.</PackageReleaseNote
3741
</ItemGroup>
3842

3943
<ItemGroup>
40-
<PackageReference Include="Platform.Collections" Version="0.3.0" />
44+
<PackageReference Include="Platform.Collections" Version="0.3.2" />
4145
</ItemGroup>
4246

4347
</Project>

0 commit comments

Comments
 (0)