Skip to content

Commit

Permalink
Version 0.1.4. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 16, 2019
1 parent 7b361ab commit 339a963
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 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.3</VersionPrefix>
<VersionPrefix>0.1.4</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
<AssemblyName>Platform.Communication</AssemblyName>
Expand All @@ -22,11 +22,12 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<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>
<PackageReleaseNotes>The minimum supported version of .NET Framework is now 4.7.1.
Platform.Singletons dependency updated from 0.0.3 to 0.0.4.
Project file 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.
Refactoring.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 339a963

Please sign in to comment.