Skip to content

Commit 5edc062

Browse files
committed
[C#] 0.6.2.
1 parent e7e5af8 commit 5edc062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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.1</VersionPrefix>
7+
<VersionPrefix>0.6.2</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -25,7 +25,7 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<LangVersion>latest</LangVersion>
28-
<PackageReleaseNotes>Added UInt32 and UInt64 versions of memory adapters.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Initial storage size fix for Split memory adapter.</PackageReleaseNotes>
2929
</PropertyGroup>
3030

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

0 commit comments

Comments
 (0)