Skip to content

Commit e22a3b5

Browse files
authored
[C#] 0.6.9
1 parent 67ed386 commit e22a3b5

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.8</VersionPrefix>
7+
<VersionPrefix>0.6.9</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>Platform.Random dependency updated from 0.1.0 to 0.2.0.
29-
Platform.Memory dependency updated from 0.2.0 to 0.2.1.</PackageReleaseNotes>
28+
<PackageReleaseNotes>It is now possible to correctly format structure of link containing external reference.
29+
Platform.Data dependency updated from 0.3.0 to 0.3.1.</PackageReleaseNotes>
3030
</PropertyGroup>
3131

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

0 commit comments

Comments
 (0)