-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathUIAComWrapper.nuspec
More file actions
24 lines (24 loc) · 1.14 KB
/
UIAComWrapper.nuspec
File metadata and controls
24 lines (24 loc) · 1.14 KB
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"?>
<package >
<metadata>
<id>UIAComWrapper</id>
<version>1.1.0.14</version>
<title>UIAComWrapper</title>
<authors>Michael Bernstein</authors>
<owners>Michael Bernstein, Jake Ginnivan</owners>
<projectUrl>https://github.com/TestStack/UIAComWrapper</projectUrl>
<licenseUrl>https://github.com/TestStack/UIAComWrapper/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The UI Automation COM-to-.NET Adapter makes it possible to use the new Windows Automation API 3.0 COM interfaces, with their improved reliability and performance, while still using the same System.Windows.Automation classes as in earlier versions of UI Automation</description>
<copyright>Copyright Michael Bernstein 2013</copyright>
<tags>UIA</tags>
<dependencies>
<dependency id="Interop.UIAutomationClient.Signed" version="10.18362.0" />
</dependencies>
</metadata>
<files>
<file src="UIAComWrapper.dll" target="lib\net40" />
<file src="UIAComWrapper.pdb" target="lib\net40" />
<file src="install.ps1" target="tools" />
</files>
</package>