From b5f601774ce9dfe019a16ccd9d7b9354550950db Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 13 Feb 2023 18:42:18 +0100 Subject: [PATCH] chore: bump versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 4 ++-- Core/NosSmooth.Game/NosSmooth.Game.csproj | 6 +++--- .../NosSmooth.Data.Abstractions.csproj | 4 ++-- Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj | 4 ++-- Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj | 4 ++-- .../NosSmooth.PacketSerializer.csproj | 4 ++-- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index adf35c8..80392e6 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.2 - Support raw packet resopnder inside of AddPacketResponder. + 4.0.3 + Add support for adding packet responder with both IRawPacketResponder and other packet responder types. diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index fc91055..d219843 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -6,9 +6,9 @@ 10 net7.0 NosSmooth Game library handling the current game state by responding to packets. - 2.5.2 - Dispatch MapChangedEvent upon CMap received. -Pass OwnerId of npc, detect if npc is a partner from in packet. + 2.6.0 + Fix some events not getting called. +Add Ptctl handling for updating mates positions. diff --git a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj index ac1c9ed..ac2b6b5 100644 --- a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +++ b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj @@ -5,9 +5,9 @@ enable Nos smooth's abstractions for information from NosTale data files. 10 - 2.2.1 + 2.3.0 net7.0 - Add skill morph, special cost, upgrade, dash speed, item vnum. + Add range, notice range, cast time and whether monster is hostile. diff --git a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj index c97888a..5755cee 100644 --- a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +++ b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj @@ -5,9 +5,9 @@ enable Nos smooth's database implementation of NosTale data using EF core. 10 - 2.1.1 + 2.3.0 net7.0 - Add skill morph, special cost, upgrade, dash speed, item vnum. + Add range, notice range, cast time and whether monster is hostile. diff --git a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj index 41e471b..fc86a5a 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -5,8 +5,8 @@ enable Nos smooth's NosTale data implementation using .NOS files. 10 - 2.2.2 - Add skill morph, special cost, upgrade, dash speed, item vnum. + 2.3.0 + Add range, notice range, cast time and whether monster is hostile. net7.0 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 1800af6..6058f07 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -6,8 +6,8 @@ NosSmooth.PacketSerializer net7.0;netstandard2.1 NosSmooth's packet string serializer implementation. - 2.2.6 - Fix parsing upgrade rare sub packet -1. + 2.2.7 + Make IPacketSerializer work with ReadOnlySpan. diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 3f704c6..82e7ffb 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -5,9 +5,9 @@ enable 10 Contains default NosTale packets. - 3.5.1 + 3.6.0 net7.0;netstandard2.1 - Put correct (list) attribute to Pst packet Effects. + Add missing ptctl fields. -- 2.48.1