From 8ffe2eb3909fb6f2e8dd5d13b8843e2aa0af18b5 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 5 Feb 2023 20:23:54 +0100 Subject: [PATCH] chore: update dependency versions --- .../NosSmooth.Comms.Abstractions.csproj | 2 +- src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj | 2 +- src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj | 3 ++- src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj b/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj index ab5cc3b..e5f4cd6 100644 --- a/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj +++ b/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj b/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj index cd03ed6..874a9a2 100644 --- a/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj +++ b/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj index ea424f4..d3e1b7d 100644 --- a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj +++ b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj @@ -5,7 +5,7 @@ enable enable true - 1.2.0 + 1.2.1 Add support for reporting errors using HandshakeResponse. Do not open a console by default, add a support for opening a console using a command or by calling OpenConsole, CloseConsole inside of DllMain. @@ -13,6 +13,7 @@ Do not open a console by default, add a support for opening a console using a co + diff --git a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj index 4fc4bc4..349876d 100644 --- a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +++ b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj @@ -4,7 +4,7 @@ net7.0 enable enable - 1.2.0 + 1.2.1 Update Inject version to 1.1.0. -- 2.48.1