Sontx.Utils.Executor 1.1.0
Pass multiple arguments that can be complex objects to another program while executing that program from an executable file. After that, main program can communicate with another program that was executed.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Sontx.Utils.Executor</id>
<version>1.1.0</version>
<title>Executor</title>
<authors>sontx.blogspot.com</authors>
<owners>sontx.blogspot.com</owners>
<licenseUrl>https://github.com/sontx/executor/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/sontx/executor</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pass multiple arguments that can be complex objects to another program while executing that program from an executable file. After that, main program can communicate with another program that was executed.</description>
<copyright>Copyright 2017</copyright>
<tags>execute, executor, process, argument, parameter, utility</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
</dependencies>
</metadata>
</package>