Skip to content

Commit 4e0b1c1

Browse files
authored
[C#] 0.5.0
1 parent c62ce0e commit 4e0b1c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 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.4.0</VersionPrefix>
7+
<VersionPrefix>0.5.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
1010
<AssemblyName>Platform.Collections.Methods</AssemblyName>
@@ -24,10 +24,8 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.4.0 to 0.4.1.
28-
DoublyLinkedLists split into two implementations absolute and relative.
29-
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
30-
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).</PackageReleaseNotes>
27+
<PackageReleaseNotes>.NET 5 support is added.
28+
Platform.Numbers dependency updated from 0.4.1 to 0.5.0.</PackageReleaseNotes>
3129
</PropertyGroup>
3230

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

0 commit comments

Comments
 (0)