There was an error while loading. Please reload this page.
1 parent 14e5a7f commit a54f7feCopy full SHA for a54f7fe
1 file changed
src/NLog.DiagnosticSource/NLog.DiagnosticSource.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>net8.0;net6.0;net462;netstandard2.0</TargetFrameworks>
5
<RootNamespace>NLog</RootNamespace>
6
- <VersionPrefix>5.2.0</VersionPrefix>
+ <VersionPrefix>5.2.1</VersionPrefix>
7
<VersionSuffix></VersionSuffix>
8
9
<AssemblyVersion>5.0.0.0</AssemblyVersion>
@@ -25,8 +25,7 @@
25
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
26
<PackageReadmeFile>README.md</PackageReadmeFile>
27
<PackageReleaseNotes>
28
-- Updated to NLog v5.2.2
29
-- Updated nuget-package with README.md
+- Added NET8 as target-platform
30
31
See https://github.com/NLog/NLog.DiagnosticSource for documentation of ${activity} and DiagnosticListenerTarget
32
</PackageReleaseNotes>
0 commit comments