Skip to content

Commit

Permalink
Update canopy to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Dec 5, 2016
1 parent 7239f24 commit 3493d30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,6 @@ Improve JUnitReporter by add time meta data by blair55 [Issue #305](https://gith

#### 1.0.4 - Nov 21 2016
Large images in caused html reporter to act funny, converted from png to jpg for better compression [Issue #310](https://github.com/lefthandedgoat/canopy/issues/310)

#### 1.0.5 - Dec 5 2016
Adding a new FireFox browser cosntructor [Issue #315](https://github.com/lefthandedgoat/canopy/issues/315)
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.4")>]
[<assembly: AssemblyFileVersionAttribute("1.0.4")>]
[<assembly: AssemblyVersionAttribute("1.0.5")>]
[<assembly: AssemblyFileVersionAttribute("1.0.5")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.4"
let [<Literal>] InformationalVersion = "1.0.4"
let [<Literal>] Version = "1.0.5"
let [<Literal>] InformationalVersion = "1.0.5"

0 comments on commit 3493d30

Please sign in to comment.