Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Version 4.0.0

Latest
Compare
Choose a tag to compare
@AnthonySteele AnthonySteele released this 05 Jun 11:01

NLog.StructuredLogging.Json version 4.0.0 is released.
The package is here: https://www.nuget.org/packages/NLog.StructuredLogging.Json/4.0.0

This is a major release because of the breaking change in output format:

  • Numbers and booleans not output as strings #130

Also:

  • Downgrade the Full framework target version from 4.5.2 to 4.5 so that users still on this framework version can use the library #155

  • Enable compilation across all platforms, using Microsoft.NETFramework.ReferenceAssemblies at build time #156