Skip to content

Commit

Permalink
Version 0.1.3. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 2, 2019
1 parent 7894e38 commit c492608
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Platform.Communication/Platform.Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Communication Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Communication</AssemblyTitle>
<VersionPrefix>0.1.2</VersionPrefix>
<VersionPrefix>0.1.3</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
Expand All @@ -22,13 +22,11 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Platform.Threading dependency updated from 0.0.4 to 0.0.5.
Platform.Helpers dependency replaced with Platform.Singletons.
Added Platform.Communication.Protocol.Xml.Serializer.
XML documentation file generation turned on.
Added tests.
Travis CI connected.
Refactoring and issues fix.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
Platform.Threading dependency updated from 0.0.5 to 0.1.0.
Platform.Singletons dependency updated from 0.0.2 to 0.0.3.
Tags updated.
Issues fix.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c492608

Please sign in to comment.