Skip to content

Commit 07b9eb2

Browse files
committed
Version 0.0.5. Release notes updated.
1 parent e1c4e6d commit 07b9eb2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 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.4</VersionPrefix>
7+
<VersionPrefix>0.0.5</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -23,7 +23,14 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<LangVersion>latest</LangVersion>
26-
<PackageReleaseNotes>Platform.Communication dependency updated from 0.1.1 to 0.1.2.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Added support for .NET Framework 4.7.1.
27+
Platform.Communication dependency updated from 0.1.2 to 0.1.4.
28+
Platform.Data dependency updated from 0.0.3 to 0.1.1.
29+
Platform.Data.Triplets.Kernel dependency updated from 0.0.3 to 0.0.4.
30+
Project files updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.
31+
Travis CI configuration updated to support automatic NuGet package publishing.
32+
License updated to support usage as an unmodified dynamic library in larger projects of any kind.
33+
Build fix.</PackageReleaseNotes>
2734
</PropertyGroup>
2835

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

0 commit comments

Comments
 (0)