v3.0.0
- #56 - enable nullable annotations (@Numpsy)
- #54, #57 - dependency updates (@Numpsy)
- #63 - breaking update to Serilog 4, mark enricher types internal (@nblumhardt)
Breaking changes
The *Enricher
types previously published in this assembly are now internal. These all have Enrich.With*
configuration syntax alternatives; so, if your code used Enrich.With(new EnvironmentNameEnricher(...))
, replace this with Enrich.WithEnvironmentName(...)
and so on.