Skip to content

2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@FolkerKinzel FolkerKinzel released this 22 Jul 23:18
· 118 commits to master since this release
  • Dependency update
  • Performance optimizations
  • Unused resources and the German resource file have been removed in order to have a smaller dll
  • The methods MimeType.AppendTo(...) and MimeTypeParameter.AppendTo(...) return the StringBuilder they got as argument rather than void
  • Two issues with splitted Internet Media Type parameters have been fixed:
    • Splitted HTTP quoted strings had not been read correctly when the last character of a splitted chunk was a masking backslash.
    • If non-URL-encoded continuations of a URL-encoded parameter value contained a URL-encoded escape sequence, the value was not correctly parsed.