chore: bump packet versions
Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
feat: use "in" instead of "ref" in packet serializer
feat: use stackalloc and Span for packet serialization
chore: move repository url and license to Directory.Build.props
feat(packets): add support for multiple separators after a field
chore: add rest of version prefixes
fix(packets): move validation of "not last token" from previuos parameter to current
fix(packets): change context list attribute generator to respect current api
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens
Merge pull request #53 from Rutherther/feat/raids
Add raid processing
feat(packets): add conditional list index attribute
feat(packets): prevent duplicit usings inside source generator
chore: add async analyzer and meet its standards
Merge pull request #47 from Rutherther/feat/pass-nullable
Pass CanBeNull to string serializer and converter
fix(packets): add forgotten nullable check to inline enum generator
feat(packets): pass nullable to packet serializers