Skip to content

Commit 42b190a

Browse files
authored
NLog v6.0-RC3 - Release notes (#793)
1 parent 69fc922 commit 42b190a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Date format: (year/month/day)
66

77
- Updated to NLog v6.0-RC3
88
- Avoid boxing when extracting LogEvent properties from struct
9-
- Updated NLog.Extensions.Hosting to support ${host-environment}
10-
- Updated NLog.Extensions.Hosting to support ${host-rootdir}
11-
- Updated NLog.Extensions.Hosting to support ${host-appname}
9+
- Added ${host-environment} for NLog.Extensions.Hosting
10+
- Added ${host-rootdir} for NLog.Extensions.Hosting
11+
- Added ${host-appname} for NLog.Extensions.Hosting
12+
- Added RegisterHostSettings for NLog.Extensions.Hosting
1213
- Updated NLog.Extensions.Hosting to support .NET Framework 4.6.2 using NET8-nuget-dependencies
1314

1415
### Version 6.0 RC2 (2025/06/02)

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ ChangeLog:
2424
- Avoid boxing when extracting LogEvent properties from struct
2525
- Reduce allocation when creating LogEvent with properties by using ReadOnlySpan
2626
- Enabled <IsAotCompatible>
27-
- Updated NLog.Extensions.Hosting to support ${host-environment}
28-
- Updated NLog.Extensions.Hosting to support ${host-rootdir}
29-
- Updated NLog.Extensions.Hosting to support ${host-appname}
27+
- Added ${host-environment} for NLog.Extensions.Hosting
28+
- Added ${host-rootdir} for NLog.Extensions.Hosting
29+
- Added ${host-appname} for NLog.Extensions.Hosting
30+
- Added RegisterHostSettings for NLog.Extensions.Hosting
3031
- Updated NLog.Extensions.Hosting to support .NET Framework 4.6.2 using NET8-nuget-dependencies
3132

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

0 commit comments

Comments
 (0)