Skip to content

Commit

Permalink
Version 0.0.4. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 13, 2019
1 parent 8cf5178 commit 9a2c2ff
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Platform.Singletons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Singletons Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Singletons</AssemblyTitle>
<VersionPrefix>0.0.3</VersionPrefix>
<VersionPrefix>0.0.4</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<AssemblyName>Platform.Singletons</AssemblyName>
Expand All @@ -22,11 +22,10 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>Latest</LangVersion>
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
Platform.Reflection dependency updated from 0.0.6 to 0.1.0.
Updated XML code comments.
Tags updated.
Issues fix.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Reflection dependency updated from 0.1.0 to 0.1.1.
Travis CI configuration updated to support automatic NuGet package deploy.
Project file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop and Visual Studio.
Code comments updated.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 9a2c2ff

Please sign in to comment.