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
feat(injector): verify common errors to ease the diagnosis
feat(inject): make load return value 32bit to prevent receiving of non-zeroed memory
feat: add initial migrated files from NosSmooth repository