From 83fd7de4afcb2795f406d31ec9dd79b3669c8606 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 8 Jan 2023 10:17:21 +0100 Subject: [PATCH] chore: update versions --- .../NosSmooth.PacketSerializer.Abstractions.csproj | 8 ++++---- .../NosSmooth.PacketSerializer.csproj | 8 ++++---- 2 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 46d9c67..e332d82 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.1.0 + 1.2.0 net7.0;netstandard2.1 - Add OptionalWrapper, NullableWrapper - 1.1.0 - 1.1.0 + Allow multiple packet headers + 1.2.0 + 1.2.0 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index c2c4ccd..934b74b 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.1.0 - Add NullableWrapper, OptionalWrapper handlers - 2.1.0 - 2.1.0 + 2.2.0 + Allow multiple headers + 2.2.0 + 2.2.0 -- 2.49.0