From 47173a399aadae1bc9e57785e5f9b9217f2de899 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 1 Jan 2023 14:22:14 +0100 Subject: [PATCH] chore: bump versions to support new PacketSerializer --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 2 +- .../NosSmooth.Extensions.Combat.csproj | 6 +++--- .../NosSmooth.Extensions.Pathfinding.csproj | 6 +++--- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 4 +++- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index cb894b7034638f37fa1a7c5b33eafbd366305e0a..fee849cdab3ee0840082ef855c0ff7a8559c14ac 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,7 +8,7 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 3.0.0 + 3.0.1 Change HandleReceivedPacket, HandleSentPacket to HandlePacket. Fix bugs. diff --git a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj index c01d27aba9ec7a29b58075681bd19794221b2941..f7aa6a487fa0cb7884a98409991d85f5d97ad41b 100644 --- a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +++ b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj @@ -5,10 +5,10 @@ enable 10 net7.0 - 0.0.1 + 0.0.2 Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time. - 0.0.1 - 0.0.1 + 0.0.2 + 0.0.2 https://github.com/Rutherther/NosSmooth/ MIT diff --git a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj index e7926d03f9c54d0c069a9ce2beeaa27da7c09e14..529c750d260d1658323de6ce2e01349cdac3f257 100644 --- a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +++ b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj @@ -8,10 +8,10 @@ https://github.com/Rutherther/NosSmooth/ MIT NosSmooth extension allowing for finding paths on maps. - 1.1.0 + 1.1.1 Fix bugs to stop returning non-existing errors. - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 079314c58529f253c09057934bb4175f3eb5f2c1..da3b068b14b41640ae583e4640f95e892acb9ead 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -7,9 +7,11 @@ Contains default NosTale packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.3.1 + 2.3.2 net7.0;netstandard2.1 Update packets to 2023 versions + 2.3.2 + 2.3.2