Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.91 KB

CHANGES.md

File metadata and controls

44 lines (35 loc) · 1.91 KB

Changes in Sharp.Diagnostics.Logging

This file documents all notable changes.

Most lines should begin with one of these words: Add, Fix, Update, Change, Deprecate, Remove.

  • Fix packaging issues:
    • Enable deterministic build.
    • Embed untracked sources in symbols package.
  • Update build targets to .NET Framework 4.6.1 (was 4.5) and .NET Standard 2.0
  • Update test targets to .NET Framework 4.8, .NET Core 3.1 (was 3.0), and .NET 6.0
  • Update System.Diagnostics.DiagnosticSource to 6.0.0
  • Modernize project structure
  • Add dependency: System.Diagnostics.DiagnosticSource
  • Add support for correlation via System.Diagnostics.Activity
  • Update test targets to .NET Framework 4.8 and .NET Core 3.0

Initial release.