From 3391c454cb08aab7413b887e1bedeb00ae39d3fd Mon Sep 17 00:00:00 2001 From: Rutherther <fandabohacek@gmail.com> Date: Thu, 9 Feb 2023 12:10:27 +0100 Subject: [PATCH] chore: bump versions --- src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj | 2 +- src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj | 2 +- 2 files changed, 2 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 1155b59..ea07d0f 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 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <EnableDynamicLoading>true</EnableDynamicLoading> - <VersionPrefix>1.2.1</VersionPrefix> + <VersionPrefix>1.2.2</VersionPrefix> <PackageReleaseNotes>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.</PackageReleaseNotes> </PropertyGroup> diff --git a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj index 84f47e6..bffcf0a 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 @@ <TargetFramework>net7.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <VersionPrefix>1.2.1</VersionPrefix> + <VersionPrefix>1.2.2</VersionPrefix> <PackageReleaseNotes>Update Inject version to 1.1.0.</PackageReleaseNotes> </PropertyGroup> -- 2.48.1