Skip to content

Commit

Permalink
Version 0.1.5. Tags reordered. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Oct 29, 2019
1 parent 199729e commit 9b97d1e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Platform.Communication/Platform.Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<Description>LinksPlatform's Platform.Communication Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Communication</AssemblyTitle>
<VersionPrefix>0.1.4</VersionPrefix>
<VersionPrefix>0.1.5</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Communication</AssemblyName>
<PackageId>Platform.Communication</PackageId>
<PackageTags>LinksPlatform;Communication;Protocols;Gexf;Edge;Graph;GraphDefaultEdgeType;GraphMode;Node;Udp;UdpSender;UdpReceiver;UdpClientExtensions;Xml;Serializer</PackageTags>
<PackageTags>LinksPlatform;Communication;Protocols;Edge;Gexf;Graph;GraphDefaultEdgeType;GraphMode;Node;Udp;UdpClientExtensions;UdpReceiver;UdpSender;Xml;Serializer</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Communication</PackageProjectUrl>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
Expand All @@ -24,12 +24,14 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<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>
<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>
</PropertyGroup>

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

0 comments on commit 9b97d1e

Please sign in to comment.