~ruther/NosSmooth.Local

b328dacbe618721d728f00d01fa0a40b6460dfb9 — Rutherther 2 years ago 2795547
feat(inject): include nethost.dll inside injector
M src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj => src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj +6 -2
@@ 5,8 5,8 @@
    <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.dll</AllowedOutputExtensionsInPackageBuildOutputFolder>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <VersionPrefix>1.1.0</VersionPrefix>
    <PackageReleaseNotes>Remove asserts from Inject and obtain errors from thread exit code.</PackageReleaseNotes>
    <VersionPrefix>1.1.1</VersionPrefix>
    <PackageReleaseNotes>Include nethost.dll inside of the injector.</PackageReleaseNotes>
  </PropertyGroup>

  <ItemGroup>


@@ 23,5 23,9 @@
    <Content Include="NosSmooth.Inject.dll" Pack="true" PackageCopyToOutput="true">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>

    <Content Include="nethost.dll" Pack="true" PackageCopyToOutput="true">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
</Project>

A src/Inject/NosSmooth.Injector/nethost.dll => src/Inject/NosSmooth.Injector/nethost.dll +0 -0
Do not follow this link