-
Notifications
You must be signed in to change notification settings - Fork 484
/
Copy pathTestStack.White.nuspec
34 lines (33 loc) · 2 KB
/
TestStack.White.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
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package>
<metadata>
<id>TestStack.White</id>
<version>$version$</version>
<title>TestStack.White</title>
<summary>TestStack.White is the official replacement for the White UI automation framework</summary>
<description>White is a framework for automating rich client applications based on Win32, WinForms, WPF, Silverlight and SWT (Java) platforms. It is .NET based and does not require the use of any proprietary scripting languages. Tests/automation programs using White can be written with whatever .NET language, IDE and tools you are already using. White provides a consistent object-oriented API, hiding the complexity of Microsoft's UIAutomation library (on which White is based) and windows messages.
* TestStack.White is the official replacement for White *</description>
<authors>Vivek Singh, Jake Ginnivan</authors>
<owners>Jake Ginnivan</owners>
<licenseUrl>https://github.com/TestStack/White/blob/master/LICENSE.txt</licenseUrl>
<iconUrl>https://raw.github.com/TestStack/White/master/logo.png</iconUrl>
<projectUrl>https://github.com/TestStack/White</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright Jake Ginnivan 2012</copyright>
<tags>White UIAutomation Testing UIA WPF Silverlight Win32 Automation</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Automation" />
</frameworkAssemblies>
<dependencies>
<dependency id="Castle.Core" version="[4, 5)" />
</dependencies>
</metadata>
<files>
<file src="..\src\TestStack.White\bin\$configuration$\TestStack.White.dll" target="lib\net40" />
<file src="..\src\TestStack.White\bin\$configuration$\TestStack.White.pdb" target="lib\net40" />
<file src="..\src\TestStack.White\bin\$configuration$\TestStack.White.xml" target="lib\net40" />
<file src="Init.ps1" target="tools" />
<file src="TestStack.White.psm1" target="tools" />
<file src="readme.txt" target="" />
</files>
</package>