From 0e59876e6b7318783577944fd547be5c34a0973a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 4 Feb 2023 21:00:40 +0100 Subject: [PATCH] chore: update versions --- .../NosSmooth.Comms.Abstractions.csproj | 3 ++- src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj | 2 +- src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj b/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj index a3e4909..6f14e5b 100644 --- a/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj +++ b/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj @@ -5,7 +5,8 @@ enable enable NosSmooth.Comms.Data - 1.0.0 + 1.1.0 + Add result to handshake response. diff --git a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj index 352b75a..9da5b78 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.1.0 + 1.1.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. diff --git a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj index fd00b19..4d42fa7 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.1.0 + 1.1.1 Update Inject version to 1.1.0. -- 2.48.1