From b02a3e9ce907c69e21b60c1e26b784b84f77e8f8 Mon Sep 17 00:00:00 2001 From: florentbr Date: Mon, 24 Aug 2015 18:03:51 +0100 Subject: [PATCH] Release v2.0.4.0 --- CHANGELOG.txt | 10 ++++++++++ Selenium/Properties/AssemblyInfo.cs | 4 ++-- SeleniumBasicSetup.pas | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ba4f537..1c6b2c6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,16 @@ Third party softwares: PhantomJs web stack - BSD license http://phantomjs.org/ + +v2.0.4.0 (2015/08/24) +=============================================================================== + * Fixed the process termination that was leaving Firefox opened + * Fixed the denied exception raised when the browser was launched + * Updated examples for Excel + * Removed the deprecated FindElementByClassName and FindElementsByClassName + * Removed the deprecated FindElementByCssSelector and FindElementsByCssSelector + * Removed the deprecated FindElementByTagName and FindElementsByTagName + v2.0.3.0 (2015/08/19) =============================================================================== * Updated IE driver to version 2.47 diff --git a/Selenium/Properties/AssemblyInfo.cs b/Selenium/Properties/AssemblyInfo.cs index 946d9b3..3dfc44d 100644 --- a/Selenium/Properties/AssemblyInfo.cs +++ b/Selenium/Properties/AssemblyInfo.cs @@ -36,8 +36,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.3.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyVersion("2.0.4.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] [assembly: TypeLibVersion(2, 0)] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/SeleniumBasicSetup.pas b/SeleniumBasicSetup.pas index 357f89a..63c189d 100644 --- a/SeleniumBasicSetup.pas +++ b/SeleniumBasicSetup.pas @@ -4,7 +4,7 @@ } lib.Guid := '{0277FC34-FD1B-4616-BB19-A9AABCAF2A70}'; -lib.FullName := 'Selenium, Version=2.0.3.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827'; +lib.FullName := 'Selenium, Version=2.0.4.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827'; lib.Description := 'Selenium Type Library'; lib.TypeVersion := '2.0'; lib.PathDll := ExpandConstant('{app}\Selenium.dll');