feat(packets): accept ReadOnlySpan instead of string in serializer
fix(packets): check if header to packet contains the key to look for
chore: move repository url and license to Directory.Build.props
fix(packets): deserialize upgrade rare sub packet "-1"
chore: add rest of version prefixes
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens
fix(packets): parse null upgrade rare sub packet correctly
chore(packets): update versions
fix(packets): correctly add packets with multiple headers
Merge pull request #53 from Rutherther/feat/raids
Add raid processing
fix(packets): make nullable, optional wrapper not throw an exception for non-generic types
feat(packets): allow multiple packet headers
Merge branch 'main' of github.com:Rutherther/NosSmooth