Skip to content

Commit cc1b8a9

Browse files
committed
Version 0.0.5. Release notes updated.
1 parent fd0c39a commit cc1b8a9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Platform.Scopes.csproj

Lines changed: 8 additions & 4 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.4</VersionPrefix>
7+
<VersionPrefix>0.0.5</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Scopes</AssemblyName>
@@ -24,9 +24,13 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Platform.Singletons dependency updated from 0.0.3 to 0.0.4.
28-
Travis CI build configuration updated to support automatic NuGet package publishing.
29-
Project file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.</PackageReleaseNotes>
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>
3034
</PropertyGroup>
3135

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

0 commit comments

Comments
 (0)