Releases: serilog/serilog-enrichers-environment
Releases · serilog/serilog-enrichers-environment
v3.0.1
- #66 - fix assembly strong name (@dsteinweg)
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.
v2.3.0
v2.2.0
v2.1.3
Merge pull request #27 from serilog/dev Release 2.1
v2.1.2
v2.1.1
v2.1.0
v2.0.1
Bugfix
v2.0.0
Split from Serilog package.