From a34e35fd2a5236fc61cdaf01481dbe73eb485751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:17:00 +0200 Subject: [PATCH 1/3] Bump Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0 (#860) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../NLog.Extensions.Hosting.Tests.csproj | 2 +- .../NLog.Extensions.Logging.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj b/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj index 24c8175e..753d5983 100644 --- a/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj +++ b/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj @@ -19,7 +19,7 @@ - + all diff --git a/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj b/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj index 1878664d..9f04dfba 100644 --- a/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj +++ b/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj @@ -21,7 +21,7 @@ - + all From be0314b3f25d382170c7cec34dd59df7fef9ab60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 18:57:42 +0200 Subject: [PATCH 2/3] Bump Microsoft.NET.Test.Sdk from 18.10.0 to 18.10.1 (#862) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../NLog.Extensions.Hosting.Tests.csproj | 2 +- .../NLog.Extensions.Logging.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj b/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj index 753d5983..5c66c7b0 100644 --- a/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj +++ b/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj @@ -19,7 +19,7 @@ - + all diff --git a/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj b/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj index 9f04dfba..d806dd73 100644 --- a/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj +++ b/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj @@ -21,7 +21,7 @@ - + all From ba78edbf68715fffcec1bcbb665118fbc55e67c2 Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Wed, 16 Sep 2026 19:02:22 +0200 Subject: [PATCH 3/3] Version 6.2.1 (#864) --- CHANGELOG.MD | 3 +++ build.ps1 | 2 +- src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj | 5 ++--- .../NLog.Extensions.Logging.Tests.csproj | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 6b2670dd..83153786 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -2,6 +2,9 @@ Date format: (year/month/day) +### Version 6.2.1 (2026/09/16) +- [#864](https://github.com/NLog/NLog.Extensions.Logging/pull/864) Updated to NLog v6.2.1 (@snakefoot) + ### Version 6.2 (2026/08/16) - [#859](https://github.com/NLog/NLog.Extensions.Logging/pull/859) Updated to NLog v6.2 (@snakefoot) - [#855](https://github.com/NLog/NLog.Extensions.Logging/pull/855) Updated tutorials and examples for using NLog with Microsoft.Extension.Logging (@snakefoot) diff --git a/build.ps1 b/build.ps1 index 608780ef..301b26b2 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ # creates NuGet package at \artifacts dotnet --version -$versionPrefix = "6.2.0" +$versionPrefix = "6.2.1" $versionSuffix = "" $versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER} $versionProduct = $versionPrefix; diff --git a/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj b/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj index 5e81c5d9..61813cb2 100644 --- a/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj +++ b/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj @@ -20,8 +20,7 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore ChangeLog: -- [#859] Updated to NLog v6.2 (@snakefoot) -- [#855] Updated tutorials and examples for using NLog with Microsoft.Extension.Logging (@snakefoot) +- [#863] Updated to NLog v6.2.1 (@snakefoot) Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD @@ -76,7 +75,7 @@ List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0- - + diff --git a/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj b/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj index d806dd73..2718b88c 100644 --- a/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj +++ b/test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj @@ -30,7 +30,7 @@ - +