Skip to content

Commit

Permalink
Version 0.0.4. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Aug 30, 2019
1 parent a9858be commit 2679c7a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Platform.Random.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Random Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Random</AssemblyTitle>
<VersionPrefix>0.0.3</VersionPrefix>
<VersionPrefix>0.0.4</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net47</TargetFrameworks>
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
Expand All @@ -22,8 +22,11 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Platform.Ranges dependency updated from 0.0.3 to 0.0.4.
Added code comments.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for net47 (.NET Framework 4.7).
Platform.Ranges dependency updated from 0.0.4 to 0.0.5.
XML documentation file generation turned on.
Travis CI connected.
Refactoring, issues fix.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2679c7a

Please sign in to comment.