chore: update versions
3 files changed, 4 insertions(+), 3 deletions(-) M src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj M src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj
M src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj => src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj +2 -1
@@ 5,7 5,8 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>NosSmooth.Comms.Data</RootNamespace> <VersionPrefix>1.0.0</VersionPrefix> <VersionPrefix>1.1.0</VersionPrefix> <PackageReleaseNotes>Add result to handshake response.</PackageReleaseNotes> </PropertyGroup> <ItemGroup>
M src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj => src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj +1 -1
@@ 5,7 5,7 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <EnableDynamicLoading>true</EnableDynamicLoading> <VersionPrefix>1.1.0</VersionPrefix> <VersionPrefix>1.1.1</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>
M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj => src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +1 -1