Skip to content

Commit ebcafba

Browse files
committed
[C#] 0.6.3.
1 parent e0c8fa4 commit ebcafba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

csharp/Platform.Data.Doublets/Platform.Data.Doublets.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
7-
<VersionPrefix>0.6.2</VersionPrefix>
7+
<VersionPrefix>0.6.3</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -25,7 +25,8 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<LangVersion>latest</LangVersion>
28-
<PackageReleaseNotes>Initial storage size fix for Split memory adapter.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Added SingleOrDefault method to ILinksExtensions.
29+
Optimizations: using less System.Linq extensions.</PackageReleaseNotes>
2930
</PropertyGroup>
3031

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

0 commit comments

Comments
 (0)