Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Feb 24, 2020
1 parent 6bd9fbf commit 71712d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions csharp/Platform.Scopes/Platform.Scopes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Scopes Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Scopes</AssemblyTitle>
<VersionPrefix>0.0.7</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Scopes</AssemblyName>
Expand All @@ -24,7 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Singletons dependency updated from 0.0.6 to 0.0.7.</PackageReleaseNotes>
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
Platform.Singletons dependency updated from 0.0.7 to 0.1.0.
Tests added.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 71712d6

Please sign in to comment.