8000 Version 5.3.15 (#774) · NLog/NLog.Extensions.Logging@b28d631 · GitHub
[go: up one dir, main page]

Skip to content

Commit b28d631

Browse files
authored
Version 5.3.15 (#774)
1 parent c9f4aa9 commit b28d631

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Date format: (year/month/day)
44

5+
### Version 5.3.15 (2024/11/21)
6+
7+
**Improvements**
8+
- [#773](https://github.com/NLog/NLog.Extensions.Logging/pull/773): UseNLog allow fallback to only EnvironmentName for NLog config (#773) (@snakefoot)
9+
- [#771](https://github.com/NLog/NLog.Extensions.Logging/pull/771): NLogMessageParameterList - Optimize the index operator (#771) (@snakefoot)
10+
- [#770](https://github.com/NLog/NLog.Extensions.Logging/pull/770): NLogMessageParameterList - Simplify the index operator (#770) (@snakefoot)
11+
- [#768](https://github.com/NLog/NLog.Extensions.Logging/pull/768): Recognize ITuple for better AOT support (#768) (@snakefoot)
12+
513
### Version 5.3.14 (2024/09/23)
614

715
**Improvements**

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "5.3.14"
5+
$versionPrefix = "5.3.15"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
2020
<PackageReleaseNotes>
2121
ChangeLog:
2222

23-
- UseNLog should fallback after checking ContentRoot for NLog.config (#765) (@snakefoot)
24-
- NLogLoggingConfiguration - Fix memory-leak when using AutoReload (#761) (@snakefoot)
25-
- Updated to NLog v5.3.4 (#761) (@snakefoot)
23+
- UseNLog allow fallback to only EnvironmentName for NLog config (#773) (@snakefoot)
24+
- NLogMessageParameterList - Optimize the index operator (#771) (@snakefoot)
25+
- NLogMessageParameterList - Simplify the index operator (#770) (@snakefoot)
26+
- Recognize ITuple for better AOT support (#768) (@snakefoot)
2627

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

0 commit comments

Comments
 (0)
0