~ruther/NosSmooth.Comms

8ffe2eb3909fb6f2e8dd5d13b8843e2aa0af18b5 — Rutherther 2 years ago e79a283
chore: update dependency versions
M src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj => src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj +1 -1
@@ 11,7 11,7 @@

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
      <PackageReference Include="NosSmooth.Core" Version="4.0.0" />
      <PackageReference Include="NosSmooth.Core" Version="4.0.2" />
      <PackageReference Include="NosSmooth.Packets" Version="3.5.1" />
      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.1" />
    </ItemGroup>

M src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj => src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj +1 -1
@@ 10,7 10,7 @@
    <ItemGroup>
      <PackageReference Include="MessagePack" Version="2.4.59" />
      <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
      <PackageReference Include="NosSmooth.Core" Version="4.0.0" />
      <PackageReference Include="NosSmooth.Core" Version="4.0.2" />
    </ItemGroup>

    <ItemGroup>

M src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj => src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj +2 -1
@@ 5,7 5,7 @@
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <EnableDynamicLoading>true</EnableDynamicLoading>
        <VersionPrefix>1.2.0</VersionPrefix>
        <VersionPrefix>1.2.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>


@@ 13,6 13,7 @@ Do not open a console by default, add a support for opening a console using a co
    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
      <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
      <PackageReference Include="NosSmooth.Core" Version="4.0.2" />
      <PackageReference Include="NosSmooth.Extensions.SharedBinding" Version="0.1.0" />
      <PackageReference Include="NosSmooth.LocalBinding" Version="1.0.0" />
      <PackageReference Include="NosSmooth.LocalClient" Version="1.1.0" />

M src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj => src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj +1 -1
@@ 4,7 4,7 @@
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <VersionPrefix>1.2.0</VersionPrefix>
        <VersionPrefix>1.2.1</VersionPrefix>
        <PackageReleaseNotes>Update Inject version to 1.1.0.</PackageReleaseNotes>
    </PropertyGroup>


Do not follow this link