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.
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 haveEnrich.With*
configuration syntax alternatives; so, if your code usedEnrich.With(new EnvironmentNameEnricher(...))
, replace this withEnrich.WithEnvironmentName(...)
and so on.