chore(inject): update version
feat(injector): obtain full path of nethost.dll
docs(injector): update Inject documentation
feat(inject): allow passing in arguments and returning 32bit value
chore: update dependencies
feat: update NosSmooth.Inject to show config path in failed error messages
feat(inject): include nethost.dll inside injector
fix(inject): make sure type name is passed to inject command
feat: remove asserts and return an error as thread exit code
chore: copy NosSmooth.Inject.dll to output
chore(injector): include injector pdbs and dlls in build output folder
chore: include relase notes
chore: add NosSmooth.Inject.dll to NosSmoothInjector, pack it and copy it to output
fix(injector): support relative path when injecting
feat(injector): inject nethost.dll prior to Inject dll to verify the injection won't fail on missing nethost
fix(inject): add possibility to inject multiple .NET runtime dlls without crashing
chore: update dependencies
chore: update dependencies