Skip to content

Commit

Permalink
update to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 28, 2014
1 parent f361563 commit 5fba365
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("A simple framework in f# on top of selenium for writing UI automation and tests. Change Log at https://github.com/lefthandedgoat/canopy/wiki/Change-Log")>]
[<assembly: AssemblyVersionAttribute("0.9.6")>]
[<assembly: AssemblyVersionAttribute("0.9.7")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.6"
let [<Literal>] Version = "0.9.7"
2 changes: 1 addition & 1 deletion Build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open Fake.AssemblyInfoFile

// Assembly / NuGet package properties
let projectName = "canopy"
let version = "0.9.6"
let version = "0.9.7"
let projectDescription = "A simple framework in f# on top of selenium for writing UI automation and tests. Change Log at https://github.com/lefthandedgoat/canopy/wiki/Change-Log"
let authors = ["Chris Holt"]

Expand Down
6 changes: 3 additions & 3 deletions canopy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<description>@description@</description>
<tags>f# fsharp canopy selenium ui automation tests</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="2.38.0" />
<dependency id="Selenium.Support" version="2.38.0" />
<dependency id="SizSelCsZzz" version="0.3.34.0" />
<dependency id="Selenium.WebDriver" version="[2.40.0]" />
<dependency id="Selenium.Support" version="[2.40.0]" />
<dependency id="SizSelCsZzz" version="[0.3.35.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 5fba365

Please sign in to comment.