Skip to content

Version 6.0

Compare
Choose a tag to compare
@snakefoot snakefoot released this 21 Jun 14:44
· 16 commits to master since this release
b2556d0
  • Updated to NLog v6.0
  • Removed support for NetStandard 1.3 + 1.5
  • Updated .NET Framework 4.6.2 with NET8-nuget-dependencies
  • Enabled nullable references
  • Avoid boxing when extracting LogEvent properties from struct
  • Reduce allocation when creating LogEvent with properties by using ReadOnlySpan
  • Enabled <IsAotCompatible>
  • Added ${host-environment} for NLog.Extensions.Hosting
  • Added ${host-rootdir} for NLog.Extensions.Hosting
  • Added ${host-appname} for NLog.Extensions.Hosting
  • Added RegisterHostSettings for NLog.Extensions.Hosting

List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html