forked from lefthandedgoat/canopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcanopy.nuspec
More file actions
19 lines (19 loc) · 837 Bytes
/
canopy.nuspec
File metadata and controls
19 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>canopy</id>
<version>0.0.1</version>
<authors>@authors@</authors>
<owners>Chris Holt</owners>
<licenseUrl>https://github.com/lefthandedgoat/canopy/blob/master/license.txt</licenseUrl>
<iconUrl>http://lefthandedgoat.github.io/canopy/canopy_orig.jpg</iconUrl>
<projectUrl>http://lefthandedgoat.github.com/canopy</projectUrl>
<description>@description@</description>
<tags>f# fsharp canopy selenium ui automation tests</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="[2.41.0]" />
<dependency id="Selenium.Support" version="[2.41.0]" />
<dependency id="SizSelCsZzz" version="[0.3.35.0]" />
</dependencies>
</metadata>
</package>