~ruther/NosSmooth.Comms

b656ad15ba66742c4268df31537eda929a3dd08c — Rutherther 2 years ago 1053124 2023.2
chore(local): update versions
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>

Do not follow this link