Skip to content

Commit

Permalink
Version 5.3.14 (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Sep 23, 2024
1 parent 8992127 commit 5569b1f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Date format: (year/month/day)

### Version 5.3.14 (2024/09/12)

**Improvements**
- [#765](https://github.com/NLog/NLog.Extensions.Logging/pull/765): UseNLog should fallback after checking ContentRoot for NLog.config (#765) (@snakefoot)

### Version 5.3.13 (2024/09/12)

**Improvements**
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ test_script:
deploy:
- provider: NuGet
api_key:
secure: ACKSV1ixxNpO+2k8KvNDy6hd9QmR8lkQmKn773ZIIeVpG0ywYUhY4j8LcyykVR1a
secure: C4wzAE+AWne4TbR54gBDkLImCxsfIp21C16wi4LJ3bVSw/HqwZrMSYJ90kl6eAuf
on:
branch: master
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.13"
$versionPrefix = "5.3.14"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
3 changes: 2 additions & 1 deletion src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<PackageReleaseNotes>
ChangeLog:

- UseNLog should fallback after checking ContentRoot for NLog.config (#765) (@snakefoot)
- NLogLoggingConfiguration - Fix memory-leak when using AutoReload (#761) (@snakefoot)
- Updated to NLog v5.3.3 (#761) (@snakefoot)
- Updated to NLog v5.3.4 (#761) (@snakefoot)

Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD

Expand Down

0 comments on commit 5569b1f

Please sign in to comment.