From 4b2ede7597df1554c9da6e458fcb1cc8e7d12dc8 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 19 Feb 2022 11:59:59 +0100 Subject: [PATCH] chore: update versions --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 4 ++-- Core/NosSmooth.Game/NosSmooth.Game.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index 2f9ba48..b850be6 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,8 +8,8 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 1.2.0 - Add pre and post command execution events. + 1.2.1 + Fix unhandled exceptions in packet handler. diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index e945e9d..fe1ec07 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -8,8 +8,8 @@ NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT - 1.2.0 - Add Position operators and in range method + 1.2.1 + Release semaphore on exception. -- 2.49.0