Skip to content

2.0.0

Compare
Choose a tag to compare
@gcsizmadia gcsizmadia released this 05 Nov 04:11
c7e90e0

BREAKING CHANGES

  • CHANGED: The project namespace has changed to avoid collision with Serilog.
    • >= 1.0.0 && < 2.0.0 - EgonsoftHU.Extensions.Logging.Serilog
    • >= 2.0.0 - EgonsoftHU.Extensions.Logging
  • CHANGED: ILogEventEnricher interface implementation changed from implicit to explicit.
  • CHANGED: PropertyBagEnricher.Here() extension method transformed into an instance method.

OTHER CHANGES

PropertyBagEnricher

  • ADDED: IReadOnlyDictionary<string, object?> explicit interface implementation.
  • ADDED: AddRange<TValue>(IEnumerable<KeyValuePair<string, TValue>>) instance method.