From 58d8743477820408507f19d1c1ce75b73e23615f Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 15 Feb 2023 20:05:48 +0100 Subject: [PATCH] chore: bump versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 4 ++-- .../NosSmooth.Extensions.Combat.csproj | 4 ++-- .../NosSmooth.Extensions.Pathfinding.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index 80392e6..40ef2b6 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -6,8 +6,8 @@ net7.0;netstandard2.1 Rutherther NosSmooth Core library allowing implementing nostale client, handling packets and commands. - 4.0.3 - Add support for adding packet responder with both IRawPacketResponder and other packet responder types. + 5.0.0 + Move PetWalkCommand to MateWalkCommand. diff --git a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj index b35fb4b..6e4ffba 100644 --- a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +++ b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj @@ -5,9 +5,9 @@ enable 10 net7.0 - 1.3.0 + 1.3.1 Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time. - Update to new managed client. + Update Pathfinding. diff --git a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj index c428f02..aa0ac66 100644 --- a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +++ b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj @@ -6,8 +6,8 @@ enable NosSmooth extension for finding paths and walking found paths. NosSmooth extension allowing for finding paths on maps. - 1.2.0 - React to su and tp packet by changing character position. + 2.0.0 + Add mates support. -- 2.48.1