- Updated library to target .NET Standard 2.1
- Updated demos to .NET 8
- Removed ASP.NET wrapper to have a more static library relying on .NET Standard only
- Fix anchor link, thanks @aberus
- Update project files and packet versions, thanks @Dethernal
- Replace HttpWebRequest with HttpClient, thanks @Dethernal
- Fix response stream handling when logging, thanks @albertschulz