From 0a2c083a960b99b8758b20d13b8a1fd0e5e4e55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Tue, 1 Mar 2022 20:09:44 +0100 Subject: [PATCH] chore(core): update version --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index 679304e75eddefadbf09c47b0118d0f898611c36..e1339f917bbdd78eac5450c8851f37b8b11fc3df 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,9 +8,8 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 1.2.2 - Fix unhandled exceptions in command processor. -Fix control command cancellation of disposed tokens. + 2.0.0 + Make internal classes that do not need to be exposed.