Skip to content

Commit 51228bb

Browse files
authored
Version 6.0.2 (#805)
1 parent 76a29db commit 51228bb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Date format: (year/month/day)
44

5+
### Version 6.0.2 (2025/07/20)
6+
7+
- [#805](https://github.com/NLog/NLog.Extensions.Logging/pull/805) Updated to NLog v6.0.2 (@snakefoot)
8+
59
### Version 6.0.1 (2025/06/28)
610

711
- [#802](https://github.com/NLog/NLog.Extensions.Logging/pull/802) Updated to NLog v6.0.1 (@snakefoot)

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "6.0.1"
5+
$versionPrefix = "6.0.2"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1818
<PackageReleaseNotes>
1919
ChangeLog:
2020

21-
- Updated to NLog v6.0.1 (#802) (@snakefoot)
22-
- .NET Framework v4.6.2 with UseNLog for IHostApplicationBuilder (#801) (@snakefoot)
23-
- Fixed namespace for HostRootDirLayoutRenderer (#799) (@snakefoot)
21+
- Updated to NLog v6.0.2 (#805) (@snakefoot)
2422

2523
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2624

@@ -72,7 +70,7 @@ List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0-
7270
</PropertyGroup>
7371

7472
<ItemGroup>
75-
<PackageReference Include="NLog" Version="6.0.1" />
73+
<PackageReference Include="NLog" Version="6.0.2" />
7674
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
7775
</ItemGroup>
7876
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)