diff --git a/ManagedInjector.Lib/ManagedInjector.Lib.csproj b/ManagedInjector.Lib/ManagedInjector.Lib.csproj index 7cdc005..5d501ad 100644 --- a/ManagedInjector.Lib/ManagedInjector.Lib.csproj +++ b/ManagedInjector.Lib/ManagedInjector.Lib.csproj @@ -1,14 +1,25 @@ + netstandard2.0 9 enable + true HoLLy.ManagedInjector + + 1.0.0 + 1.0.0.0 + 1.0.0.0 HoLLy.ManagedInjector + ManagedInjector.Lib HoLLy - netstandard2.0 + A DLL injector to inject .NET assemblies into .NET processes. + https://github.com/HoLLy-HaCKeR/ManagedInjector + MIT + https://github.com/HoLLy-HaCKeR/ManagedInjector.git + git diff --git a/README.md b/README.md index 4e5c6a3..3262b19 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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,