File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
src/NLog.Extensions.Logging Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
3233Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
You can’t perform that action at this time.
0 commit comments