From 4eb3ff513a03a25b91632b70ab959ab32782b366 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 13 Feb 2022 18:07:36 +0100 Subject: [PATCH] chore: update versions --- Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj | 4 ++-- .../NosSmooth.PacketSerializer.csproj | 3 ++- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj index f10a50c..842935c 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -7,8 +7,8 @@ 10 https://github.com/Rutherther/NosSmooth/ MIT - 2.0.0 - Make Monster level ushort + 2.0.1 + Read map file correctly. net6.0;netstandard2.1 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 58b552f..2c85458 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -8,7 +8,8 @@ NosSmooth's packet string serializer implementation. https://github.com/Rutherther/NosSmooth/ MIT - 1.0.1 + 1.0.2 + Seek through the enumerator when null value type encountered. diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 5189221..b5b1a25 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -7,9 +7,9 @@ Contains default NosTale packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.1.0 + 2.1.1 net6.0;netstandard2.1 - Add couple of packet types. + Fix packet types. -- 2.48.1