Skip to content

Commit

Permalink
Version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceci2gis committed Oct 20, 2015
1 parent 7fecf19 commit b9d0de2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

<!--## Unreleased-->

## v2.9.0
## v2.9.1

- Fix XPath attribute value if this ControlType


## v2.9.0

- Add 'SetFocus' method to 'CruciatusElement'

Expand All @@ -18,3 +23,4 @@
- Simplify DataGrid element instantiation



Expand Down
4 changes: 2 additions & 2 deletions src/Winium.Cruciatus/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("2.7.0.0")]
[assembly: AssemblyFileVersion("2.9.0.*")]
[assembly: AssemblyInformationalVersion("2.9.0")]
[assembly: AssemblyFileVersion("2.9.1.*")]
[assembly: AssemblyInformationalVersion("2.9.1")]
4 changes: 2 additions & 2 deletions src/Winium.Cruciatus/Winium.Cruciatus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
v2.9.0
- Add 'SetFocus' method to 'CruciatusElement'
v2.9.1
- Fix XPath attribute value if this ControlType
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags>Automation Desktop C#</tags>
Expand Down

0 comments on commit b9d0de2

Please sign in to comment.