From 02068969f8cf760cc237bbc5a9c4ab065271428b Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 18 Jan 2023 15:40:36 +0100 Subject: [PATCH] chore: update versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 6 +++--- Core/NosSmooth.Game/NosSmooth.Game.csproj | 8 ++++---- .../NosSmooth.Extensions.Pathfinding.csproj | 6 +++--- .../NosSmooth.PacketSerializer.Abstractions.csproj | 8 ++++---- .../NosSmooth.PacketSerializer.csproj | 6 +++--- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 8 ++++---- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index 7725bd5..a94bc49 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,10 +8,10 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 3.1.3 + 3.1.4 Update dependencies. - 3.1.3 - 3.1.3 + 3.1.4 + 3.1.4 diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index 57678d8..731a523 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -8,10 +8,10 @@ NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.3.3 - Handle hp, max hp from st and su packets. - 2.3.3 - 2.3.3 + 2.3.4 + Update dependencies + 2.3.4 + 2.3.4 diff --git a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj index 7bc4376..d33d583 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.2 + 1.1.3 Update dependencies - 1.1.1 - 1.1.1 + 1.1.3 + 1.1.3 diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj index e332d82..036769a 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj @@ -7,11 +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.2.0 + 1.3.0 net7.0;netstandard2.1 - Allow multiple packet headers - 1.2.0 - 1.2.0 + Add manual capture and increment of tokens read to allow reading lists of specified size if the separator is same for multiple levels. + 1.3.0 + 1.3.0 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 0fd34eb..beba783 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.2.4 + 2.2.5 Update dependencies. - 2.2.4 - 2.2.4 + 2.2.5 + 2.2.5 diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 89b3812..7818006 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.4.3 + 3.4.4 net7.0;netstandard2.1 - Add hp, max hp to su packet, st packet. - 3.4.3 - 3.4.3 + Update dependencies. + 3.4.4 + 3.4.4 -- 2.48.1