chore(local): update versions
2 files changed, 5 insertions(+), 2 deletions(-) M src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj
M src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj => src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj +3 -1
@@ 5,7 5,9 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <EnableDynamicLoading>true</EnableDynamicLoading> <VersionPrefix>1.0.1</VersionPrefix> <VersionPrefix>1.1.0</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> <ItemGroup>
M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj => src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +2 -1
@@ 4,7 4,8 @@ <TargetFramework>net7.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <VersionPrefix>1.0.3</VersionPrefix> <VersionPrefix>1.1.0</VersionPrefix> <PackageReleaseNotes>Update Inject version to 1.1.0.</PackageReleaseNotes> </PropertyGroup> <ItemGroup>