Skip to content

Commit 0cfce4d

Browse files
[C#] 0.5.2
1 parent 3c0b34f commit 0cfce4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

csharp/Platform.Collections.Methods/Platform.Collections.Methods.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Collections.Methods Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Collections.Methods</AssemblyTitle>
7-
<VersionPrefix>0.5.1</VersionPrefix>
7+
<VersionPrefix>0.5.2</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
1010
<AssemblyName>Platform.Collections.Methods</AssemblyName>
@@ -24,7 +24,9 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.5.0 to 0.5.1.</PackageReleaseNotes>
27+
<PackageReleaseNotes>.NET 6 support is added.
28+
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.
29+
Platform.Numbers dependency updated from 0.5.1 to 0.5.2.</PackageReleaseNotes>
2830
<Nullable>enable</Nullable>
2931
</PropertyGroup>
3032

@@ -37,7 +39,7 @@
3739
</ItemGroup>
3840

3941
<ItemGroup>
40-
<PackageReference Include="Platform.Numbers" Version="0.5.1" />
42+
<PackageReference Include="Platform.Numbers" Version="0.5.2" />
4143
</ItemGroup>
4244

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

0 commit comments

Comments
 (0)