chore: make sure runtimeconfig and injector stuff is copied to output directory
chore: make README.md be copied to root of package
chore: include readme and license in package
ci: add build and nuget push ci
chore: add versions for packing
chore: put Tcp, NamedPipes and LocalData assemblies into other assemblies to reduce number of unnecessary projects
feat: add a console sample logging all received and sent packets from nostale process
feat: add local injectable and injector to allow making connections to nostale processes
feat: add tcp implementation
feat: add named pipes implementation
feat: add abstractions and core of communication