From fb7d18146d0a2d443e351fd49ae68bd8b88509bd Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Wed, 4 Mar 2015 17:41:52 -0600 Subject: [PATCH] Updated to Selenium 2.45 --- RELEASE_NOTES.md | 5 ++++- nuget/canopy.nuspec | 4 ++-- src/canopy/AssemblyInfo.fs | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e5be90de..9ecb162a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -130,4 +130,7 @@ * Switched FSharp.Core nuget packages #### 0.9.21 - February 10 2015 -* Changed nuget dependency from = to >= for Fsharp.Core \ No newline at end of file +* Changed nuget dependency from = to >= for Fsharp.Core + +#### 0.9.22 - March 4 2015 +* Updated to Selenium 2.45, thanks @pottereric \ No newline at end of file diff --git a/nuget/canopy.nuspec b/nuget/canopy.nuspec index 17c98855..4ce471eb 100644 --- a/nuget/canopy.nuspec +++ b/nuget/canopy.nuspec @@ -13,8 +13,8 @@ @tags@ - - + + diff --git a/src/canopy/AssemblyInfo.fs b/src/canopy/AssemblyInfo.fs index c455180f..a9d08118 100644 --- a/src/canopy/AssemblyInfo.fs +++ b/src/canopy/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.9.21" + let [] Version = "0.9.22"