Skip to content

Commit

Permalink
[C#] 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Feb 17, 2022
1 parent 3c0b34f commit 0cfce4d
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Collections.Methods Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Collections.Methods</AssemblyTitle>
<VersionPrefix>0.5.1</VersionPrefix>
<VersionPrefix>0.5.2</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<AssemblyName>Platform.Collections.Methods</AssemblyName>
Expand All @@ -24,7 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.5.0 to 0.5.1.</PackageReleaseNotes>
<PackageReleaseNotes>.NET 6 support is added.
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.
Platform.Numbers dependency updated from 0.5.1 to 0.5.2.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -37,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Platform.Numbers" Version="0.5.1" />
<PackageReference Include="Platform.Numbers" Version="0.5.2" />
</ItemGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT' AND $(TargetFramework) == 'netstandard2.1'">
Expand Down

0 comments on commit 0cfce4d

Please sign in to comment.