What's Changed
- Dropping netstandard1.3, net45 and net5.0 target. by @MichaCo in https://github.com/MichaCo/DnsClient.NET/pull/206
- Add CERT resource record support by @JoeShook in https://github.com/MichaCo/DnsClient.NET/pull/203
- Reduce allocations by @antonfirsov in https://github.com/MichaCo/DnsClient.NET/pull/216
- ArgumentOutOfRangeException on payloads above 4096bytes by @MichaCo...