Releases: FantasticFiasco/serilog-sinks-udp
Releases · FantasticFiasco/serilog-sinks-udp
Release v10.0.1
💫 Changed
- Update dependencies
Release v10.0.0
⚡ Added
- Support for .NET Framework 4.6.2
💉 Fixed
- #196 Sink does not work well with other sinks due to dependency version mismatch. (discovered by @sergey-messer)
💀 Removed
- [BREAKING CHANGE] Remove support for .NET Standard 1.3, aligning with the cross-platform targeting library guidance
- [BREAKING CHANGE] Remove support for .NET Framework 4.6.1, aligning with the .NET Framework support policy
Release v10.0.0-beta.1
⚡ Added
- Support for .NET Framework 4.6.2
💉 Fixed
- #196 Sink does not work well with other sinks due to dependency version mismatch. (discovered by @sergey-messer)
💀 Removed
- [BREAKING CHANGE] Remove support for .NET Standard 1.3, aligning with the cross-platform targeting library guidance
- [BREAKING CHANGE] Remove support for .NET Framework 4.6.1, aligning with the .NET Framework support policy
Release v9.0.0
Release v9.0.0-beta.2
⚡ Added
- [BREAKING CHANGE] Support for specifying UDP datagram encoding (contributed by @pedoc)
Release v8.0.1
💫 Changed
- Update dependencies
Release v8.0.0
💀 Removed
- [BREAKING CHANGE] Support for .NET Framework 4.5 due to deprecation as of January 12, 2016
Release v7.1.0
⚡ Added
- Support for .NET Standard 2.1 (contributed by @augustoproiete)
Release v7.0.1
💉 Fixed
- Configure SourceLink to embed untracked sources
- Configure SourceLink to use deterministic builds when running on AppVeyor