Skip to content

Commit a1aba26

Browse files
committed
Version 0.0.7. Release notes updated.
1 parent f1a6b70 commit a1aba26

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Platform.Data.Triplets/Platform.Data.Triplets.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Triplets Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Data.Triplets</AssemblyTitle>
7-
<VersionPrefix>0.0.6</VersionPrefix>
7+
<VersionPrefix>0.0.7</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -25,13 +25,8 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<LangVersion>latest</LangVersion>
28-
<PackageReleaseNotes>Added support for .NET Standard 2.1 (.NET Core 3.0).
29-
Platform.Communication dependency updated from 0.1.4 to 0.1.6.
30-
Platform.Data dependency updated from 0.1.1 to 0.2.0.
31-
Source link enabled.
32-
Travis CI disabled.
33-
GitHub Actions enabled.
34-
Issues fix.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Platform.Communication dependency updated from 0.1.6 to 0.1.7.
29+
Platform.Data dependency updated from 0.2.0 to 0.2.2.</PackageReleaseNotes>
3530
</PropertyGroup>
3631

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

0 commit comments

Comments
 (0)