Skip to content

Commit

Permalink
Version 5.3.3 (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Aug 6, 2023
1 parent 84f3a49 commit 6abd01e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](

Date format: (year/month/day)

### Version 5.3.3 (2023/08/06)

- **NLog.Web.AspNetCore**
- [#975](https://github.com/NLog/NLog.Web/pull/975) Extended AspNetUserClaimLayoutRenderer to handle multi-values (#975) (@bakgerman)
- [#979](https://github.com/NLog/NLog.Web/pull/979) Better diagnostics when missing HttpModule or MiddleWare (#979) (@bakgerman)
- [#973](https://github.com/NLog/NLog.Web/pull/973) Updated XML docs for LoadConfigurationFromAppSettings (#973) (@snakefoot)
- [#978](https://github.com/NLog/NLog.Web/pull/978) Updated dependency NLog.Extensions.Logging v5.3.3 (#978) (@snakefoot)

- **NLog.Web**
- [#975](https://github.com/NLog/NLog.Web/pull/975) Extended AspNetUserClaimLayoutRenderer to handle multi-values (#975) (@bakgerman)
- [#979](https://github.com/NLog/NLog.Web/pull/979) Better diagnostics when missing HttpModule or MiddleWare (#979) (@bakgerman)
- [#978](https://github.com/NLog/NLog.Web/pull/978) Updated dependency NLog v5.2.3 (#978) (@snakefoot)

### Version 5.3.2 (2023/07/04)

- **NLog.Web.AspNetCore**
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "5.3.2" # Also update version for minor versions in appveyor.yml
$versionPrefix = "5.3.3" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down
8 changes: 4 additions & 4 deletions src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog
<PackageReleaseNotes>
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 (#964) (@snakefoot)
- Updated to NLog.Extensions.Logging v5.3.1 (#959) (@snakefoot)
- Extended AspNetUserClaimLayoutRenderer to handle multi-values (#975) (@bakgerman)
- Better diagnostics when missing HttpModule or MiddleWare (#979) (@bakgerman)
- Updated XML docs for LoadConfigurationFromAppSettings (#973) (@snakefoot)
- Updated dependency NLog.Extensions.Logging v5.3.3 (#978) (@snakefoot)

List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html

Expand Down

0 comments on commit 6abd01e

Please sign in to comment.