Skip to content

Commit

Permalink
Update to version 0.9.42
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Nov 19, 2015
1 parent 1337bfd commit 7effbe9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,8 @@ Added nmany to let you run many tests with a name [Issue #219](https://github.co
#### 0.9.41 - November 12 2015
Updated to Selenium 2.48.1 [Issue #221](https://github.com/lefthandedgoat/canopy/issues/221)
Added AutoOpen attribute so you dont have open types, runner, or configuration explicitly [Issue #222](https://github.com/lefthandedgoat/canopy/issues/222)
New Startup mode for Firefox taking a path and a TimeSpan [Issue #223](https://github.com/lefthandedgoat/canopy/issues/223)
New Startup mode for Firefox taking a path and a TimeSpan [Issue #223](https://github.com/lefthandedgoat/canopy/issues/223)

#### 0.9.42 - November 18 2015
Updated to Selenium 2.48.2
Added support for configurable file names on failure screenshots [Issue #224](https://github.com/lefthandedgoat/canopy/issues/224)
4 changes: 2 additions & 2 deletions nuget/canopy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<tags>@tags@</tags>
<dependencies>
<dependency id="FSharp.Core" version="3.0.2" />
<dependency id="Selenium.WebDriver" version="[2.48.1]" />
<dependency id="Selenium.Support" version="[2.48.1]" />
<dependency id="Selenium.WebDriver" version="[2.48.2]" />
<dependency id="Selenium.Support" version="[2.48.2]" />
<dependency id="SizSelCsZzz" version="[0.3.36.0]" />
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("0.9.41")>]
[<assembly: AssemblyFileVersionAttribute("0.9.41")>]
[<assembly: AssemblyVersionAttribute("0.9.42")>]
[<assembly: AssemblyFileVersionAttribute("0.9.42")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.41"
let [<Literal>] Version = "0.9.42"

0 comments on commit 7effbe9

Please sign in to comment.