AspNetCore.Proxy 4.4.0
Available on NuGet.
This release adds net6.0
support, and fixes a UTF-8 encoding issue with multipart
form data in Content-Disposition
.
What's Changed
- add dotnet 6 support by @YusufMavzer in #93
- Modify http multipart test to check proper non-ascii file name treating (fix #95) by @saliksaly in #96
New Contributors
- @YusufMavzer made their first contribution in #93
- @saliksaly made their first contribution in #96
Full Changelog: v4.3.0...v4.4.0