Skip to content

Commit

Permalink
Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 12, 2017
1 parent 22d0c8c commit a8c464e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,9 @@ Fix bugs in C# friendly wrapper, thanks @spindev! [Issue #327](https://github.co
Fix bugs jUnit reporter, thanks @vermeeca! [PR #345](https://github.com/lefthandedgoat/canopy/pull/345)

#### 1.1.4 - Feb 20 2017
Improve error on url with browser is null, thanks @forki [PR #348](https://github.com/lefthandedgoat/canopy/pull/348)
Improve error on url with browser is null, thanks @forki [PR #348](https://github.com/lefthandedgoat/canopy/pull/348)

#### 1.2.0 - Mar 11 2017
Update to Selenium 3.3 [Issue #351](https://github.com/lefthandedgoat/canopy/issues/351)
Fix problem with auto skipping and Team city [Issue #350](https://github.com/lefthandedgoat/canopy/issues/350)
Allow for the HideConsoleWindow setting to be set, thanks Ma3yTa! [PR #353](https://github.com/lefthandedgoat/canopy/pull/353)
14 changes: 9 additions & 5 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
namespace System
// Auto-Generated by FAKE; do not edit
namespace System
open System.Reflection

[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("1.1.4")>]
[<assembly: AssemblyFileVersionAttribute("1.1.4")>]
[<assembly: AssemblyVersionAttribute("1.2.0")>]
[<assembly: AssemblyFileVersionAttribute("1.2.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.4"
let [<Literal>] InformationalVersion = "1.1.4"
let [<Literal>] AssemblyTitle = "canopy"
let [<Literal>] AssemblyProduct = "canopy"
let [<Literal>] AssemblyDescription = "F# web testing framework"
let [<Literal>] AssemblyVersion = "1.2.0"
let [<Literal>] AssemblyFileVersion = "1.2.0"

0 comments on commit a8c464e

Please sign in to comment.