All notable changes to this project will be documented in this file.
- Support for BlastRadius and fixed handling of Message-Authenticators in Access* packets
- Modernized some parts of the public API
- Dropped explicit .NET Framework support and bumped NETStandard to 2.1
- Support for nullable reference types and updated type and method definitions to reflect this
- Set IsAotCompatible to true
- Remove side effect where message-authenticator would be set to zeroes in the original packet after parsing. Now message-authenticator is correctly dumped
- Support for Change of Authorization packets (henriqueof)
- IRadiusDictionary interface for custom radiusdictionary implementations
- Attribute and vendor attribute dictionaries now internal. Use new get wrapper methods instead.
- Removed RadiusDictionary constructor for creating dictionary from custom attribute lists. Implement IRadiusDictionary instead