Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.49 KB

File metadata and controls

49 lines (38 loc) · 1.49 KB

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.6.1]

Changed

  • Readded support for .NET 4.6.2
  • Downgraded to support netstandard2.0
  • Utilizing latest C# language version

Changed

  • Package NLog updated to version 5.0.1
  • Package Newtonsoft.Json updated to version 13.0.1

[1.5.0]

Added

  • Option for switching objects serialization as logging properties.
  • Some benchmarks.

Changed

  • Fixed ConsoleRunner.

[1.4.0]

Changed

  • Updated dependencies.
  • Fixed bug with loop reference in property value.
  • No longer support .NET 4.5.

[1.3.0]

Added

  • MappedDiagnosticsLogicalContext can be included into message if IncludeMdlcProperties set.

[1.2.1]

Changed

  • Fixed bug, when second convertion of same message failed with exception.

Added

  • Refactored UdpTransportClient.

1.1.0 - 2018-05-15

Changed

  • Optimized UdpTransport.Send method.