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
samples(binding): make name interceptor work
feat(binding): make synchronizer execute directly in case the current thread is the nostale thread
Merge pull request #8 from Rutherther/feat/shared-binding
Add possibility to share bindings, packets, client with multiple dlls
feat(client): disable all hooks after nostale client stopped