From 5a0553881df7613aec0422e0f223d4ed70b7c1b4 Mon Sep 17 00:00:00 2001 From: erwan-joly Date: Sun, 23 Aug 2026 17:47:24 +1200 Subject: [PATCH] chore: bump NosCore.Packets to 21.0.0 Major rather than patch: GidxFamilySubPacket is gone and GidxPacket's FamilyIdentifier became a nullable FamilyId, so the public surface changed even though nothing in NosCore referenced either. Co-Authored-By: Claude Opus 5 (1M context) --- src/NosCore.Packets/NosCore.Packets.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NosCore.Packets/NosCore.Packets.csproj b/src/NosCore.Packets/NosCore.Packets.csproj index c913535..67877bf 100644 --- a/src/NosCore.Packets/NosCore.Packets.csproj +++ b/src/NosCore.Packets/NosCore.Packets.csproj @@ -12,7 +12,7 @@ https://github.com/NosCoreIO/NosCore.Packets.git nostale, noscore, chickenapi, nostale private server source, nostale emulator - 20.0.3 + 21.0.0 false NosCore's Packets (Nostale packets) defined over classes MIT