Skip to content

Commit 0a8e8f6

Browse files
committed
[C#] 0.6.4.
1 parent 100bcb5 commit 0a8e8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.3</VersionPrefix>
7+
<VersionPrefix>0.6.4</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -25,8 +25,8 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<LangVersion>latest</LangVersion>
28-
<PackageReleaseNotes>Added SingleOrDefault method to ILinksExtensions.
29-
Optimizations: using less System.Linq extensions.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Added UInt32Links combined decorator.
29+
Better handling of memory size adjustion at memory adapter initialization.</PackageReleaseNotes>
3030
</PropertyGroup>
3131

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

0 commit comments

Comments
 (0)