diff --git a/CHANGELOG.MD b/CHANGELOG.MD index c86ae03c..f8bd1566 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,6 +4,15 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones]( Date format: (year/month/day) +### Version 5.3.2 (2023/07/04) + +- **NLog.Web.AspNetCore** + - [#962](https://github.com/NLog/NLog.Web/pull/962) NLogRequestPostedBodyMiddleware - Fixed handling of Stream.Position (#962) (@snakefoot) + - [#963](https://github.com/NLog/NLog.Web/pull/963) Updated dependency NLog.Extensions.Logging v5.3.2 (#963) (@snakefoot) + +- **NLog.Web** + - [#963](https://github.com/NLog/NLog.Web/pull/963) Updated dependency NLog v5.2.2 (#963) (@snakefoot) + ### Version 5.3.1 (2023/07/01) - **NLog.Web.AspNetCore** diff --git a/build.ps1 b/build.ps1 index 55c0541d..985b8e19 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ # creates NuGet package at \artifacts dotnet --version -$versionPrefix = "5.3.1" # Also update version for minor versions in appveyor.yml +$versionPrefix = "5.3.2" # Also update version for minor versions in appveyor.yml $versionSuffix = "" $versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER} if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { diff --git a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config index aec9d9fb..6eada550 100644 --- a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config +++ b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config @@ -12,7 +12,7 @@ - + \ No newline at end of file diff --git a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj index ee6b488d..f8a88b7d 100644 --- a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj +++ b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj @@ -16,7 +16,9 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog ChangeLog: +- NLogRequestPostedBodyMiddleware - Fixed handling of Stream.Position (#962) (@snakefoot) - NLogRequestPostedBodyMiddleware - Fixed handling of Stream.CanSeek (#958) (@snakefoot) +- Updated to NLog.Extensions.Logging v5.3.2 (#963) (@snakefoot) - Updated to NLog.Extensions.Logging v5.3.1 (#959) (@snakefoot) List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html @@ -85,7 +87,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout- $(DefineConstants);ASP_NET_CORE - + diff --git a/src/NLog.Web/NLog.Web.csproj b/src/NLog.Web/NLog.Web.csproj index 450f7f95..38090cf1 100644 --- a/src/NLog.Web/NLog.Web.csproj +++ b/src/NLog.Web/NLog.Web.csproj @@ -69,7 +69,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout- - +