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 6f011b5..cb894b7 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 287574d..3a5dd88 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 b05495f..77deeec 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 91cea9d..c01d27a 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 a4cebd1..e7926d0 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 f552896..407a2bc 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 1ad71bd..079314c 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 -- 2.48.1