Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceci2gis committed Oct 20, 2015
1 parent 1858a1e commit 10e7ecf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -34,3 +40,4 @@ New features:
- Add new script command for setting value to element using ValuePattern



Expand Down
4 changes: 2 additions & 2 deletions src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 10e7ecf

Please sign in to comment.