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.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj b/test/NLog.Extensions.Hosting.Tests/NLog.Extensions.Hosting.Tests.csproj index 24c8175e..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 1878664d..2718b88c 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 @@ -30,7 +30,7 @@ - +