From 6528818bbd996abf31849e916aba6c391c155be5 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 19 Feb 2022 14:14:27 +0100 Subject: [PATCH] chore(core): update version --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index b850be6709d78be788d9cbc64d7b1b55ca902e29..679304e75eddefadbf09c47b0118d0f898611c36 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,8 +8,9 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 1.2.1 - Fix unhandled exceptions in packet handler. + 1.2.2 + Fix unhandled exceptions in command processor. +Fix control command cancellation of disposed tokens.