forked from lefthandedgoat/canopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanopy-edge.nuspec
29 lines (29 loc) · 1.36 KB
/
canopy-edge.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>canopy-edge</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.35.0" />
<dependency id="Selenium.Support" version="2.35.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="..\canopy\reporters.fs" target="content\canopy\reporters.fs" />
<file src="..\canopy\configuration.fs" target="content\canopy\configuration.fs" />
<file src="..\canopy\levenshtein.fs" target="content\canopy\levenshtein.fs" />
<file src="..\canopy\canopy.fs" target="content\canopy\canopy.fs" />
<file src="..\canopy\history.fs" target="content\canopy\history.fs" />
<file src="..\canopy\runner.fs" target="content\canopy\runner.fs" />
</files>
</package>