-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nuspec
21 lines (21 loc) · 999 Bytes
/
package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LinqToWindows</id>
<version>1.0.2</version>
<title>LinqToWindows</title>
<authors>Eskat0n</authors>
<owners>Muyou/Eskat0n</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php/</licenseUrl>
<projectUrl>https://github.com/Eskat0n/linqtowindows</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>LinqToWindows provides a bunch of ways to access and change opened windows</description>
<summary>LinqToWindows provides a bunch of ways to access and change opened windows</summary>
<language>en-US</language>
<tags>ui testing, automation, win32api</tags>
</metadata>
<files>
<file src="src\LinqToWindows\bin\Release\LinqToWindows.dll" target="lib\LinqToWindows.dll" />
<file src="src\LinqToWindows\bin\Release\LinqToWindows.pdb" target="lib\LinqToWindows.pdb" />
</files>
</package>