Skip to content

Commit

Permalink
[C#] 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Dec 15, 2022
1 parent 2dc20b4 commit dff0450
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions csharp/Platform.Threading/Platform.Threading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<Description>LinksPlatform's Platform.Threading Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Threading</AssemblyTitle>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFramework>net7</TargetFramework>
<AssemblyName>Platform.Threading</AssemblyName>
<PackageId>Platform.Threading</PackageId>
<PackageTags>LinksPlatform;Threading;ISynchronization;ISynchronizationExtensions;ISynchronized;ReaderWriterLockSynchronization;Unsynchronization;ConcurrentQueueExtensions;TaskExtensions;ThreadHelpers</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Threading</PackageProjectUrl>
<PackageLicenseExpression>Unlicensed</PackageLicenseExpression>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/linksplatform/Threading</RepositoryUrl>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
Expand All @@ -23,24 +23,17 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>ISynchronization.ExecuteReadOperation is renamed to DoRead.
ISynchronization.ExecuteWriteOperation is renamed to DoWrite.
ConcurrentQueueExtensions.EnqueueAsRunnedTask is renamed to RunAndPush.
.NET 6 support is added.
Platform.Collections dependency is updated from 0.3.0 to 0.3.2.
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.</PackageReleaseNotes>
<PackageReleaseNotes>Target frameworks are changed to net7.
License is changed to Unlicense.
Platform.Collections dependency is updated from 0.3.2 to 0.4.0.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Platform.Collections" Version="0.3.2" />
<PackageReference Include="Platform.Collections" Version="0.4.0" />
</ItemGroup>

</Project>

0 comments on commit dff0450

Please sign in to comment.