Skip to content

Commit

Permalink
Version 0.1.1. Added release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 27, 2019
1 parent 0e9e631 commit 6500ea2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Platform.Communication</AssemblyName>
Expand All @@ -21,6 +21,10 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Correcly ignoring exceptions now.
Platform.Threading dependency update from 0.0.3 to 0.0.4.
Platform.Helpers dependency update from 0.1.0 to 0.1.1.
Refactoring and issues fix.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6500ea2

Please sign in to comment.