From d0584ce3fb6bcd210fd7c253bee93b0ab6b8476e Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 8 Jan 2023 09:29:20 +0100 Subject: [PATCH] chore: update versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 9 ++++----- Core/NosSmooth.Game/NosSmooth.Game.csproj | 10 +++++----- .../NosSmooth.Extensions.Combat.csproj | 4 ++-- .../NosSmooth.Extensions.Pathfinding.csproj | 4 ++-- .../NosSmooth.PacketSerializer.Abstractions.csproj | 5 ++++- .../NosSmooth.PacketSerializer.csproj | 8 ++++---- .../NosSmooth.PacketSerializersGenerator.csproj | 7 ++++--- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 12 ++++++++---- 8 files changed, 33 insertions(+), 26 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index ff79fc2..3980bbf 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,11 +8,10 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 3.0.2 - Change HandleReceivedPacket, HandleSentPacket to HandlePacket. -Fix bugs. - 3.0.2 - 3.0.2 + 3.0.3 + Update dependencies + 3.0.3 + 3.0.3 diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index 5ef65ad..e20fc10 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -8,11 +8,11 @@ NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.0.0 - Add basic inventory parsing -Move Friends, Group, Family, Inventory to Game - 2.0.0 - 2.0.0 + 2.1.0 + Add simple apis for inventory, map, mates, mate skills. +Add handling of inventory, mates, mates skills, groups, friends + 2.1.0 + 2.1.0 diff --git a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj index e3a476a..08989ee 100644 --- a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +++ b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj @@ -5,13 +5,13 @@ enable 10 net7.0 - 0.0.5 + 0.0.6 Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time. 0.0.5 0.0.5 https://github.com/Rutherther/NosSmooth/ MIT - Cancel skill tokens only if the caster is current character + Update dependencies diff --git a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj index 7e40aad..bf8e3dc 100644 --- a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +++ b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj @@ -8,8 +8,8 @@ https://github.com/Rutherther/NosSmooth/ MIT NosSmooth extension allowing for finding paths on maps. - 1.1.1 - Fix bugs to stop returning non-existing errors. + 1.1.2 + Update dependencies 1.1.1 1.1.1 diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj index 54e84a8..46d9c67 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj @@ -7,8 +7,11 @@ NosSmooth's packet serializer abstractions that hold all interfaces, classes, errors needed for creating assemblies with packets that can have generated serializers. https://github.com/Rutherther/NosSmooth/ MIT - 1.0.1 + 1.1.0 net7.0;netstandard2.1 + Add OptionalWrapper, NullableWrapper + 1.1.0 + 1.1.0 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 6c8ae48..c2c4ccd 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.2 - Fix UpgradeRareSubPacket to work with 0. - 2.0.2 - 2.0.2 + 2.1.0 + Add NullableWrapper, OptionalWrapper handlers + 2.1.0 + 2.1.0 diff --git a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj index c06775e..c456693 100644 --- a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +++ b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj @@ -9,11 +9,12 @@ true NosSmooth's source code generator that generates serializers for packets. false - 1.0.2 + 1.0.3 https://github.com/Rutherther/NosSmooth/ MIT - 1.0.2 - 1.0.2 + 1.0.3 + 1.0.3 + Fix helper methods naming issues. diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 52f0fcb..6664222 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 - 3.0.0 + 3.1.0 net7.0;netstandard2.1 - Make BsPacket EffectId nullable - 3.0.0 - 3.0.0 + Add many login packets, inventory packets. + 3.1.0 + 3.1.0 @@ -21,4 +21,8 @@ + + + + -- 2.49.0