Skip to content

Commit

Permalink
Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Apr 2, 2017
1 parent 3e89634 commit e6cecfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,8 @@ Improve error on url with browser is null, thanks @forki [PR #348](https://githu
#### 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)
Allow for the HideConsoleWindow setting to be set, thanks Ma3yTa! [PR #353](https://github.com/lefthandedgoat/canopy/pull/353)

#### 1.2.1 - Apr 2 2017
Attempt to fix js error in class name suggestions [Issue #358](https://github.com/lefthandedgoat/canopy/issues/358)
Disable the 'Chrome is being run by automated process' banner [Issue #355](https://github.com/lefthandedgoat/canopy/issues/355)
8 changes: 4 additions & 4 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("1.2.0")>]
[<assembly: AssemblyFileVersionAttribute("1.2.0")>]
[<assembly: AssemblyVersionAttribute("1.2.1")>]
[<assembly: AssemblyFileVersionAttribute("1.2.1")>]
do ()

module internal AssemblyVersionInformation =
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"
let [<Literal>] AssemblyVersion = "1.2.1"
let [<Literal>] AssemblyFileVersion = "1.2.1"

0 comments on commit e6cecfd

Please sign in to comment.