Skip to content

Commit 25922f3

Browse files
[C#] 0.7.1
1 parent 5b9d659 commit 25922f3

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.7.0</VersionPrefix>
7+
<VersionPrefix>0.7.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>net7</TargetFramework>
1010
<AssemblyName>Platform.Collections.Methods</AssemblyName>
@@ -23,8 +23,7 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<LangVersion>latest</LangVersion>
26-
<PackageReleaseNotes>Generic math is used therefore TElement constraints are added and redundant methods are removed.
27-
Platform.Numbers dependency is updated from 0.6.2 to 0.8.0.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Add FirstIsToTheLeftOfSecond, FirstIsToTheRightOfSecond back.</PackageReleaseNotes>
2827
<Nullable>enable</Nullable>
2928
</PropertyGroup>
3029

0 commit comments

Comments
 (0)