Skip to content

Commit e63edf5

Browse files
authored
Version 6.0.5 (#811)
1 parent 554d294 commit e63edf5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.MD

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

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

5+
### Version 6.0.5 (2025/10/09)
6+
7+
- [#811](https://github.com/NLog/NLog.Extensions.Logging/pull/811) Updated to NLog v6.0.5 (@snakefoot)
8+
- [#809](https://github.com/NLog/NLog.Extensions.Logging/pull/809) NLogLoggingConfiguration - ToString includes AutoReload=true (@snakefoot)
9+
510
### Version 6.0.4 (2025/09/11)
611

712
- [#808](https://github.com/NLog/NLog.Extensions.Logging/pull/808) Updated to NLog v6.0.4 (@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.4"
5+
$versionPrefix = "6.0.5"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

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

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

21-
- Updated to NLog v6.0.4 (#808) (@snakefoot)
21+
- Updated to NLog v6.0.5 (#811) (@snakefoot)
22+
- NLogLoggingConfiguration - ToString includes AutoReload=true (#809) (@snakefoot)
2223

2324
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2425

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

7273
<ItemGroup>
73-
<PackageReference Include="NLog" Version="6.0.4" />
74+
<PackageReference Include="NLog" Version="6.0.5" />
7475
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
7576
</ItemGroup>
7677
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)