Skip to content

Commit

Permalink
Version 1.0.1 for #302
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Nov 6, 2016
1 parent 181fea0 commit 8dbbace
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,7 @@ Fix chrome develop options popup [Issue #289](https://github.com/lefthandedgoat/
Fix runFor [Issue #292](https://github.com/lefthandedgoat/canopy/issue/292)

#### 1.0.0 - Nov 4 2016
Update to Selenium 3.0 (Note that anything like rightClick or hover which uses the actions api does not work with FF (which now requires gechkodriver)) [Issue #300](https://github.com/lefthandedgoat/canopy/issue/300)
Update to Selenium 3.0 (Note that anything like rightClick or hover which uses the actions api does not work with FF (which now requires gechkodriver)) [Issue #300](https://github.com/lefthandedgoat/canopy/issue/300)

#### 1.0.1 - Nov 6 2016
Basic JUnitReporter implementation by blair55 [Issue #302](https://github.com/lefthandedgoat/canopy/issue/302)
8 changes: 4 additions & 4 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("1.0.0")>]
[<assembly: AssemblyFileVersionAttribute("1.0.0")>]
[<assembly: AssemblyVersionAttribute("1.0.1")>]
[<assembly: AssemblyFileVersionAttribute("1.0.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.0"
let [<Literal>] InformationalVersion = "1.0.0"
let [<Literal>] Version = "1.0.1"
let [<Literal>] InformationalVersion = "1.0.1"

0 comments on commit 8dbbace

Please sign in to comment.