Skip to content

Commit dff0450

Browse files
[C#] 0.5.0
1 parent 2dc20b4 commit dff0450

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

csharp/Platform.Threading/Platform.Threading.csproj

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<Description>LinksPlatform's Platform.Threading Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Threading</AssemblyTitle>
7-
<VersionPrefix>0.4.0</VersionPrefix>
7+
<VersionPrefix>0.5.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>net7</TargetFramework>
1010
<AssemblyName>Platform.Threading</AssemblyName>
1111
<PackageId>Platform.Threading</PackageId>
1212
<PackageTags>LinksPlatform;Threading;ISynchronization;ISynchronizationExtensions;ISynchronized;ReaderWriterLockSynchronization;Unsynchronization;ConcurrentQueueExtensions;TaskExtensions;ThreadHelpers</PackageTags>
1313
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
1414
<PackageProjectUrl>https://linksplatform.github.io/Threading</PackageProjectUrl>
15-
<PackageLicenseExpression>Unlicensed</PackageLicenseExpression>
15+
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
1616
<RepositoryType>git</RepositoryType>
1717
<RepositoryUrl>git://github.com/linksplatform/Threading</RepositoryUrl>
1818
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
@@ -23,24 +23,17 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<LangVersion>latest</LangVersion>
26-
<PackageReleaseNotes>ISynchronization.ExecuteReadOperation is renamed to DoRead.
27-
ISynchronization.ExecuteWriteOperation is renamed to DoWrite.
28-
ConcurrentQueueExtensions.EnqueueAsRunnedTask is renamed to RunAndPush.
29-
.NET 6 support is added.
30-
Platform.Collections dependency is updated from 0.3.0 to 0.3.2.
31-
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Target frameworks are changed to net7.
27+
License is changed to Unlicense.
28+
Platform.Collections dependency is updated from 0.3.2 to 0.4.0.</PackageReleaseNotes>
3229
</PropertyGroup>
3330

34-
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
35-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
36-
</ItemGroup>
37-
3831
<ItemGroup>
3932
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
4033
</ItemGroup>
4134

4235
<ItemGroup>
43-
<PackageReference Include="Platform.Collections" Version="0.3.2" />
36+
<PackageReference Include="Platform.Collections" Version="0.4.0" />
4437
</ItemGroup>
4538

4639
</Project>

0 commit comments

Comments
 (0)