Skip to content

Commit

Permalink
Version 0.1.6. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 7, 2019
1 parent 04b0add commit 84a82a0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 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.5</VersionPrefix>
<VersionPrefix>0.1.6</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Communication</AssemblyName>
Expand All @@ -24,14 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Added support for .NET Standard 2.1 (.NET Core 3.0).
Microsoft.NET.Test.Sdk dependency updated from 16.2.0 to 16.3.0.
Platform.Threading dependency updated from 0.1.0 to 0.1.1.
Platform.Singletons dependency updated from 0.0.4 to 0.0.5.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Performance optimizations, issues fix.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Singletons dependency updated from 0.0.5 to 0.0.6.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand All @@ -47,4 +40,4 @@ Performance optimizations, issues fix.</PackageReleaseNotes>
<PackageReference Include="Platform.Singletons" Version="0.0.6" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 84a82a0

Please sign in to comment.