Skip to content

Commit

Permalink
Version 5.3.12 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Aug 12, 2024
1 parent 224d79d commit d71ff0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](

Date format: (year/month/day)

### Version 5.3.12 (2024/08/12)

- **NLog.Web.AspNetCore**
- [#1051](https://github.com/NLog/NLog.Web/pull/1051) Updated dependency NLog.Extensions.Logging v5.3.12 (#1051) (@snakefoot)

- **NLog.Web**
- [#1051](https://github.com/NLog/NLog.Web/pull/1051) Updated dependency NLog v5.3.3 (#1051) (@snakefoot)

### Version 5.3.11 (2024/05/07)

- **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.11" # Also update version for minor versions in appveyor.yml
$versionPrefix = "5.3.12" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog
<PackageReleaseNotes>
ChangeLog:

- Updated dependency NLog.Extensions.Logging v5.3.11 (#1037) (@snakefoot)
- Updated dependency NLog.Extensions.Logging v5.3.12 (#1051) (@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 d71ff0b

Please sign in to comment.