All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- target framework to .NET 6.0
- target framework to .NET 5.0
- set framework target to .NETStandard 2.0
- fixed issue #2 (#2)
- set versions to the derived HPACK-implementation version from twitter (https://github.com/twitter/hpack).
- updated NUnit-tests to version 3.2.1.
- changed explicit type declaration to implicit type declaration with "var".
- this version is mostly a cosmetic release.
- improved documentation.
- this version should be feature complete.
- added missing Encoder-methods.
- initial commit