From 8a6eeb874448013c576ac7dea8477b66740bd64e Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 9 Feb 2023 08:50:54 +0100 Subject: [PATCH] chore: bump versions --- src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj | 3 ++- src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj b/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj index 62c5c7f..2e8c914 100644 --- a/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj +++ b/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj @@ -5,7 +5,8 @@ enable enable 10 - 1.0.0 + 1.0.1 + Fix PetWalk arguments, one argument on stack was missing and causing an exception. diff --git a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj index eb55f77..35402ed 100644 --- a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj +++ b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj @@ -5,8 +5,8 @@ enable 10 net7.0 - 1.1.0 - Update to NosSmooth.Core with splitted raw and managed clients. + 1.1.1 + Update binding. Temporarily disable user action detection from pet walk. -- 2.48.1