Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lefthandedgoat/bea8760110c9fcb3c4e2bee3f7f1661a to your computer and use it in GitHub Desktop.
Save lefthandedgoat/bea8760110c9fcb3c4e2bee3f7f1661a to your computer and use it in GitHub Desktop.
canopy 2.0.0 nuspec
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>canopy</id>
<version>2.0.0</version>
<authors>Chris Holt</authors>
<licenseUrl>https://github.com/lefthandedgoat/canopy/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://lefthandedgoat.github.io/canopy/</projectUrl>
<iconUrl>http://lefthandedgoat.github.io/canopy/canopy_orig.jpg</iconUrl>
<description>A simple framework in F# on top of selenium for writing UI automation and tests.</description>
<releaseNotes>2.0.0 - April 7 2018
Added parallel support
Added .net standard 2.0 support
Please read upgrade documentation http://lefthandedgoat.github.io/canopy/upgrade1to2.html</releaseNotes>
<tags>f# fsharp canopy selenium ui automation tests</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="FSharp.Core" version="4.3.4" />
<dependency id="Selenium.WebDriver" version="3.11.0" />
<dependency id="System.Drawing.Common" version="4.5.0-preview1-26216-02" />
</group>
</dependencies>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment