From 8e5e00ccd56847d9864ba586ef1617df53ac9b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 18 Feb 2023 13:46:24 +0100 Subject: [PATCH] chore: bump packet versions --- .../NosSmooth.PacketSerializer.Abstractions.csproj | 4 ++-- .../NosSmooth.PacketSerializer.csproj | 4 ++-- .../NosSmooth.PacketSerializersGenerator.csproj | 4 ++-- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj index 7dcb3b9..3e74ac5 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj @@ -5,8 +5,8 @@ enable 10 NosSmooth's packet serializer abstractions that hold all interfaces, classes, errors needed for creating assemblies with packets that can have generated serializers. - 1.3.2 - Accept ReadOnlySpan in PacketStringEnumerator. + 2.0.0 + Use spans in serialization instead of StringBuilder. net7.0 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 54d83bb..0585d9a 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -5,8 +5,8 @@ NosSmooth.PacketSerializer NosSmooth.PacketSerializer NosSmooth's packet string serializer implementation. - 2.2.7 - Make IPacketSerializer work with ReadOnlySpan. + 3.0.0 + Use spans in serialization instead of StringBuilder. net7.0 diff --git a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj index 9c71f3c..d66ffa2 100644 --- a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +++ b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj @@ -9,8 +9,8 @@ true NosSmooth's source code generator that generates serializers for packets. false - 1.1.1 - Add support for multiple separators. + 1.2.0 + Use spans in serialization instead of StringBuilder. diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index 593c809..74df2a6 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -5,8 +5,8 @@ enable 10 Contains default NosTale packets. - 3.6.0 - Add missing ptctl fields. + 4.0.0 + Use spans in serialization instead of StringBuilder. net7.0 -- 2.48.1