-
Notifications
You must be signed in to change notification settings - Fork 60
/
TestStack.Seleno.nuspec
32 lines (32 loc) · 1.58 KB
/
TestStack.Seleno.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
<?xml version="1.0"?>
<package>
<metadata>
<id>TestStack.Seleno</id>
<version>1.0.0</version>
<authors>TestStack</authors>
<owners>TestStack</owners>
<projectUrl>http://teststack.github.com/TestStack.Seleno/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Seleno helps you write automated UI tests in the right way (using Selenium WebDriver)</description>
<copyright>Copyright 2016 TestStack</copyright>
<licenseUrl>https://github.com/TestStack/TestStack.Seleno/blob/master/license.txt</licenseUrl>
<iconUrl>https://raw.github.com/TestStack/TestStack.Seleno/master/logo.png</iconUrl>
<tags>web, mvc, asp.net, testing, ui, selenium</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="2.53.0" />
<dependency id="Selenium.Support" version="2.53.0" />
<dependency id="Castle.Core" version="3.3.3" />
</dependencies>
<releaseNotes>
This version of Seleno is updated for Selenium 2.53.0. For breaking changes in previous
versions, see https://github.com/TestStack/TestStack.Seleno/blob/master/BREAKING_CHANGES.md
</releaseNotes>
</metadata>
<files>
<file src="src\TestStack.Seleno\bin\Release\Combined\TestStack.Seleno.dll" target="lib\NET40" />
<file src="src\TestStack.Seleno\bin\Release\Combined\TestStack.Seleno.pdb" target="lib\NET40" />
<file src="src\TestStack.Seleno\bin\Release\Combined\TestStack.Seleno.xml" target="lib\NET40" />
<file src="init.ps1" target="tools" />
<file src="webdriver_installs.psm1" target="tools" />
</files>
</package>