Skip to content

Commit

Permalink
Publish NuGet package, closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-hacker committed May 2, 2021
1 parent 50a0090 commit fb8cf04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 12 additions & 1 deletion ManagedInjector.Lib/ManagedInjector.Lib.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<RootNamespace>HoLLy.ManagedInjector</RootNamespace>

<PackageVersion>1.0.0</PackageVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>

<PackageId>HoLLy.ManagedInjector</PackageId>
<Title>ManagedInjector.Lib</Title>
<Authors>HoLLy</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>A DLL injector to inject .NET assemblies into .NET processes.</Description>
<PackageProjectUrl>https://github.com/HoLLy-HaCKeR/ManagedInjector</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/HoLLy-HaCKeR/ManagedInjector.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ManagedInjector 💉
[![NuGet version (HoLLy.ManagedInjector)](https://img.shields.io/nuget/v/HoLLy.ManagedInjector.svg?style=flat-square)](https://www.nuget.org/packages/HoLLy.ManagedInjector/)

With ManagedInjector, you can inject .NET assemblies into other .NET processes.
This allows you to run your own code under the context of that process, and
Expand Down Expand Up @@ -59,9 +60,6 @@ Thread handle: 00000354
With ManagedInjector.Lib, you can integrate ManagedInjector into your own
applications with an easy-to-use API.

A NuGet package will be uploaded soon. Subscribe to [this issue](https://github.com/HoLLy-HaCKeR/ManagedInjector/issues/2)
to stay updated.

⚠ Note that ManagedInjector.Lib will not move your DLLs to a temporary location.
Due to how managed injection works, the files will remain "in use" by the
target process until it closes. If you are actively developing your injectable,
Expand Down

0 comments on commit fb8cf04

Please sign in to comment.