From b656ad15ba66742c4268df31537eda929a3dd08c Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 4 Feb 2023 20:37:59 +0100 Subject: [PATCH] chore(local): update versions --- .../NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj | 4 +++- src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj index d3783e2..352b75a 100644 --- a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj +++ b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj @@ -5,7 +5,9 @@ enable enable true - 1.0.1 + 1.1.0 + 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 634eb31..fd00b19 100644 --- a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +++ b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj @@ -4,7 +4,8 @@ net7.0 enable enable - 1.0.3 + 1.1.0 + Update Inject version to 1.1.0. -- 2.48.1