Skip to content

Commit 0ef4567

Browse files
committed
Version 0.0.6. Release notes updated.
1 parent 3a2c854 commit 0ef4567

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Platform.Scopes.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Scopes Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Scopes</AssemblyTitle>
7-
<VersionPrefix>0.0.5</VersionPrefix>
7+
<VersionPrefix>0.0.6</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Scopes</AssemblyName>
@@ -24,13 +24,7 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>The lowest supported version of .NET Framework is now 4.7.1.
28-
Added support for .NET Standard 2.1 (.NET Core 3.0).
29-
Platform.Singletons dependency updated from 0.0.4 to 0.0.5.
30-
Source link enabled.
31-
Travis CI disabled.
32-
GitHub Actions enabled.
33-
Performance optimizations.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.Singletons dependency updated from 0.0.5 to 0.0.6.</PackageReleaseNotes>
3428
</PropertyGroup>
3529

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

0 commit comments

Comments
 (0)