-
Notifications
You must be signed in to change notification settings - Fork 4
/
RunProcess.1.1.0.nuspec
24 lines (24 loc) · 1.18 KB
/
RunProcess.1.1.0.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RunProcess</id>
<version>1.1.0</version>
<title>RunProcess</title>
<authors>iainb</authors>
<owners>iainb</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/i-e-b/RunProcess/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/i-e-b/RunProcess</projectUrl>
<description>A process host for Windows (Vista and later) that is more reliable and flexible than System.Diagnostics.Process</description>
<summary>Run Windows processes, a replacement for System.Diagnostics.Process</summary>
<releaseNotes>Child process start
More options from reading pipes</releaseNotes>
<language>en-GB</language>
<tags>win32 run process child parent stdin stdout stderr NT pipe</tags>
</metadata>
<files>
<file src="lib\net40\RunProcess.dll" target="lib\net40\RunProcess.dll" />
<file src="lib\net40\RunProcess.pdb" target="lib\net40\RunProcess.pdb" />
<file src="lib\net40\RunProcess.xml" target="lib\net40\RunProcess.xml" />
</files>
</package>