v0.14.0
Binary Breaking Changes
- (Non-Windows)
ChildProcessFlags.DisableArgumentQuoting
now results in aPlatformNotSupportedException
.
New Features
- (Windows) Add the ability to obtain the process handle and the primary thread handle of the child process:
ChildProcessFlags.EnableHandle
,IChildProcess.Handle
,IChildProcess.PrimaryThreadHandle
- (Windows) Add the ability to create the child process with the
CREATE_SUSPENDED
flag