From 48f8dac7582fbf9365e15121e6f919294ed4d0ca Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 31 Dec 2022 15:56:40 +0100 Subject: [PATCH] chore: update versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 5 +++-- Core/NosSmooth.Game/NosSmooth.Game.csproj | 6 ++++-- Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj | 6 ++++-- .../NosSmooth.Extensions.Combat.csproj | 6 ++++++ .../NosSmooth.Extensions.Pathfinding.csproj | 4 ++++ .../NosSmooth.PacketSerializer.csproj | 4 +++- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 4 ++-- 7 files changed, 26 insertions(+), 9 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index 6f011b51fd51cd6343d436e9423ba0d7fdb1e179..cb894b7034638f37fa1a7c5b33eafbd366305e0a 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,8 +8,9 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 2.0.0 - Make internal classes that do not need to be exposed. + 3.0.0 + Change HandleReceivedPacket, HandleSentPacket to HandlePacket. +Fix bugs. diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index 287574d5160f97d69cac0f04afc6146a74786dd5..3a5dd88464a622998d6f12f5ceafe88eee97cc5d 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -8,8 +8,10 @@ NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT - 1.2.1 - Release semaphore on exception. + 1.3.0 + Fix multiple packet/event handling problems. + 1.3.0 + 1.3.0 diff --git a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj index b05495fe7a782a7f9ec68ac3162ecf5b8dbd1bb6..77deeec478f20f74e990778070edc85653002010 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -7,9 +7,11 @@ 10 https://github.com/Rutherther/NosSmooth/ MIT - 2.0.1 - Read map file correctly. + 2.0.2 + Correct skill mp cost position net7.0 + 2.0.2 + 2.0.2 diff --git a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj index 91cea9d72427326a474811e04a0d721a55b36879..c01d27aba9ec7a29b58075681bd19794221b2941 100644 --- a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +++ b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj @@ -5,6 +5,12 @@ enable 10 net7.0 + 0.0.1 + Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time. + 0.0.1 + 0.0.1 + 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 a4cebd100bce227cd9e50e2ae68921c3d8f2fc8c..e7926d03f9c54d0c069a9ce2beeaa27da7c09e14 100644 --- a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +++ b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj @@ -8,6 +8,10 @@ https://github.com/Rutherther/NosSmooth/ MIT NosSmooth extension allowing for finding paths on maps. + 1.1.0 + Fix bugs to stop returning non-existing errors. + 1.1.0 + 1.1.0 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index f552896d91681c0b472b5c54c9f08877ea3d5e07..407a2bc3a34e329ef9f20644d99237ea2d761105 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -9,7 +9,9 @@ https://github.com/Rutherther/NosSmooth/ MIT 1.0.2 - Seek through the enumerator when null value type encountered. + Fix UpgradeRareSubPacket to work with "0". + 1.0.3 + 1.0.3 diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 1ad71bd54f9dae89040c212b2aa8af7232681eeb..079314c58529f253c09057934bb4175f3eb5f2c1 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -7,9 +7,9 @@ Contains default NosTale packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.2.1 + 2.3.1 net7.0;netstandard2.1 - Fix cinfo, eq, cancel packets. + Update packets to 2023 versions