Skip to content

Commit

Permalink
Version 5.3.15 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Nov 21, 2024
1 parent c9f4aa9 commit b28d631
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Date format: (year/month/day)

### Version 5.3.15 (2024/11/21)

**Improvements**
- [#773](https://github.com/NLog/NLog.Extensions.Logging/pull/773): UseNLog allow fallback to only EnvironmentName for NLog config (#773) (@snakefoot)
- [#771](https://github.com/NLog/NLog.Extensions.Logging/pull/771): NLogMessageParameterList - Optimize the index operator (#771) (@snakefoot)
- [#770](https://github.com/NLog/NLog.Extensions.Logging/pull/770): NLogMessageParameterList - Simplify the index operator (#770) (@snakefoot)
- [#768](https://github.com/NLog/NLog.Extensions.Logging/pull/768): Recognize ITuple for better AOT support (#768) (@snakefoot)

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

**Improvements**
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.14"
$versionPrefix = "5.3.15"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
7 changes: 4 additions & 3 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ 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.4 (#761) (@snakefoot)
- UseNLog allow fallback to only EnvironmentName for NLog config (#773) (@snakefoot)
- NLogMessageParameterList - Optimize the index operator (#771) (@snakefoot)
- NLogMessageParameterList - Simplify the index operator (#770) (@snakefoot)
- Recognize ITuple for better AOT support (#768) (@snakefoot)

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

Expand Down

0 comments on commit b28d631

Please sign in to comment.