Skip to content

Commit

Permalink
Version 0.0.5. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 17, 2019
1 parent e1c4e6d commit 07b9eb2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Platform.Data.Triplets/Platform.Data.Triplets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data.Triplets Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Data.Triplets</AssemblyTitle>
<VersionPrefix>0.0.4</VersionPrefix>
<VersionPrefix>0.0.5</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -23,7 +23,14 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Communication dependency updated from 0.1.1 to 0.1.2.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for .NET Framework 4.7.1.
Platform.Communication dependency updated from 0.1.2 to 0.1.4.
Platform.Data dependency updated from 0.0.3 to 0.1.1.
Platform.Data.Triplets.Kernel dependency updated from 0.0.3 to 0.0.4.
Project files updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.
Travis CI configuration updated to support automatic NuGet package publishing.
License updated to support usage as an unmodified dynamic library in larger projects of any kind.
Build fix.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 07b9eb2

Please sign in to comment.