From a1afbb1df834f97cfd74f3c9777217274f4e4055 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 4 Jan 2023 22:57:50 +0100 Subject: [PATCH] chore: update versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 4 +++- Core/NosSmooth.Game/NosSmooth.Game.csproj | 6 +++--- .../NosSmooth.Extensions.Combat.csproj | 6 +++--- .../NosSmooth.PacketSerializer.csproj | 6 +++--- .../NosSmooth.PacketSerializersGenerator.csproj | 4 +++- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 6 +++--- 6 files changed, 18 insertions(+), 14 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index fee849cdab3ee0840082ef855c0ff7a8559c14ac..ff79fc282261401ce47b6803c054a0fd99086dc4 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,9 +8,11 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 3.0.1 + 3.0.2 Change HandleReceivedPacket, HandleSentPacket to HandlePacket. Fix bugs. + 3.0.2 + 3.0.2 diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index b2aa0d2b8846d7c2a88a7d29c5132d45f83a274e..c53eb6d90d36b070a26a5bff6a2ebb47bb059755 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -8,12 +8,12 @@ NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT - 1.3.2 + 1.3.3 Make entity effect vnums short instead of long. Remove responding to u_s packet because of potential bug (if the skill did not execute) Create Character in At responder if needed. - 1.3.2 - 1.3.2 + 1.3.3 + 1.3.3 diff --git a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj index 6cad20333f12ab01ece9320af07ce4e3c14eae5d..e3a476a88ab3939c02761f97ac16439f2e4abfbe 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.4 + 0.0.5 Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time. - 0.0.4 - 0.0.4 + 0.0.5 + 0.0.5 https://github.com/Rutherther/NosSmooth/ MIT Cancel skill tokens only if the caster is current character diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 644101e1ba91d108a2baf3ccb813f6bdbb5104b0..6c8ae482945bde697a87053f5dad45a6563b713e 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -8,10 +8,10 @@ NosSmooth's packet string serializer implementation. https://github.com/Rutherther/NosSmooth/ MIT - 2.0.1 + 2.0.2 Fix UpgradeRareSubPacket to work with 0. - 2.0.1 - 2.0.1 + 2.0.2 + 2.0.2 diff --git a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj index 95af799f7a4914ab84901e5ab3113c9cfb01cfa2..c06775ee527dc1c2c9f563ff82e06c49e3b15dbe 100644 --- a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +++ b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj @@ -9,9 +9,11 @@ true NosSmooth's source code generator that generates serializers for packets. false - 1.0.1 + 1.0.2 https://github.com/Rutherther/NosSmooth/ MIT + 1.0.2 + 1.0.2 diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 75f3d38fbbe43cc5584c7e04af08b6d7450d5348..52f0fcbb2d59e5169fff312181c3f2b2906bb05b 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -7,11 +7,11 @@ Contains default NosTale packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.3.5 + 3.0.0 net7.0;netstandard2.1 Make BsPacket EffectId nullable - 2.3.5 - 2.3.5 + 3.0.0 + 3.0.0