fix(binding): add argument from stack to petwalk to prevent crashing
fix(inject): make sure type name is passed to inject command
feat: remove asserts and return an error as thread exit code
feat: update to managed and raw client
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
ci: add nuget and myget support
chore(samples): update dependencies
feat(samples): update simple pii bot to work with new combat version
chore: update dependencies
fix(shared): return an error in case underlying hook manager is not initialized correctly
feat(client): log packet on failed handling
chore: update dependencies
feat(injector): inject nethost.dll prior to Inject dll to verify the injection won't fail on missing nethost
feat(hooks): make a dictionary instead of a list in hook manager