forked from FlaUI/FlaUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlaUI.Core.nuspec
27 lines (27 loc) · 1.29 KB
/
FlaUI.Core.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
25
26
27
<?xml version="1.0"?>
<package >
<metadata>
<id>FlaUI.Core</id>
<version>$version$</version>
<title>FlaUI.Core</title>
<authors>Roemer</authors>
<owners>Roemer</owners>
<licenseUrl>https://github.com/Roemer/FlaUI/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Roemer/FlaUI</projectUrl>
<iconUrl>https://github.com/Roemer/FlaUI/blob/master/FlaUI.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library with base elements used in the concrete implementations of FlaUI.</description>
<copyright>Copyright 2016-2017</copyright>
<tags>UI Automation UIA2 UIA3 UIA System.Windows.Automation</tags>
</metadata>
<files>
<file src="..\src\FlaUI.Core\bin\net-3.5\FlaUI.Core.dll" target="lib/net35" />
<file src="..\src\FlaUI.Core\bin\net-3.5\FlaUI.Core.XML" target="lib/net35" />
<file src="..\src\FlaUI.Core\bin\net-4.0\FlaUI.Core.dll" target="lib/net40" />
<file src="..\src\FlaUI.Core\bin\net-4.0\FlaUI.Core.XML" target="lib/net40" />
<file src="..\src\FlaUI.Core\bin\net-4.5\FlaUI.Core.dll" target="lib/net45" />
<file src="..\src\FlaUI.Core\bin\net-4.5\FlaUI.Core.XML" target="lib/net45" />
<file src="..\LICENSE.txt" target="" />
<file src="..\CHANGELOG.md" target="" />
</files>
</package>