Skip to content

Commit 0eed46d

Browse files
authored
Version 6.0.2 (#143)
1 parent ea8f672 commit 0eed46d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/NLog.DiagnosticSource/NLog.DiagnosticSource.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net6.0;net462;netstandard2.0</TargetFrameworks>
55
<RootNamespace>NLog</RootNamespace>
6-
<VersionPrefix>6.0.1</VersionPrefix>
6+
<VersionPrefix>6.0.2</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88

99
<AssemblyVersion>6.0.0.0</AssemblyVersion>
@@ -25,7 +25,7 @@
2525
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
2727
<PackageReleaseNotes>
28-
- Updated NLog v6.0.1
28+
- Updated NLog v6.0.2
2929

3030
See https://github.com/NLog/NLog.DiagnosticSource for documentation of ${activity} and DiagnosticListenerTarget
3131
</PackageReleaseNotes>
@@ -45,7 +45,7 @@ See https://github.com/NLog/NLog.DiagnosticSource for documentation of ${activit
4545
</PropertyGroup>
4646

4747
<ItemGroup>
48-
<PackageReference Include="NLog" Version="6.0.1" />
48+
<PackageReference Include="NLog" Version="6.0.2" />
4949
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5050
</ItemGroup>
5151

0 commit comments

Comments
 (0)