Skip to content

Commit 2f91f2e

Browse files
authored
[C#] 0.5.1
1 parent c8f4b89 commit 2f91f2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 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.0</VersionPrefix>
7+
<VersionPrefix>0.5.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
1010
<AssemblyName>Platform.Collections.Methods</AssemblyName>
@@ -24,8 +24,7 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>.NET 5 support is added.
28-
Platform.Numbers dependency updated from 0.4.1 to 0.5.0.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.5.0 to 0.5.1.</PackageReleaseNotes>
2928
</PropertyGroup>
3029

3130
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">

0 commit comments

Comments
 (0)