chore(packets): update versions
fix(packets): make UpgradeRareSubPacket converter work with "0"
chore: update PacketSerializer version
Merge pull request #32 from Rutherther/combat
Add combat extension
chore: update dependencies
chore: add repository url and license to nuget
chore: add nuget description
feat: split packets definitions into separate assembly
Merge pull request #14 from Rutherther/packets-span
Rewrite packets string enumerator to use spans, add Injector for .NET 5+
feat: use ReadOnlySpan for deserialization instead of strings
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer