From 10e7ecf61b1bd8101a93dab93e1d7695f76dd262 Mon Sep 17 00:00:00 2001 From: opensourceci2gis Date: Tue, 20 Oct 2015 17:51:41 +0600 Subject: [PATCH] Version 1.5.0 --- CHANGELOG.md | 9 ++++++++- src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0cd07..6e523b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ - Add driver option --silent to disable logging --> - ## v1.4.0 + ## v1.5.0 + +- Add `SwitchToWindow` command +- Fix XPath attribute value if this ControlType + + +## v1.4.0 - Add `XPath` strategy for locating elements - Add `GetCurrentWindowHandle` command @@ -34,3 +40,4 @@ New features: - Add new script command for setting value to element using ValuePattern + diff --git a/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs b/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs index 78f4b31..5670da8 100644 --- a/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs +++ b/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.4.0.*")] -[assembly: AssemblyInformationalVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.5.0.*")] +[assembly: AssemblyInformationalVersion("1.5.0")]