Skip to content

Commit

Permalink
Version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceci2gis committed Oct 16, 2015
1 parent 0707a1e commit 9d4c0d2
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.8.0
## v2.9.0

- Add 'SetFocus' method to 'CruciatusElement'


## v2.8.0

- Add `XPath` strategy for locating elements

Expand All @@ -12,3 +17,4 @@
- Set default search timeout to 10 seconds
- 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.8.0.*")]
[assembly: AssemblyInformationalVersion("2.8.0")]
[assembly: AssemblyFileVersion("2.9.0.*")]
[assembly: AssemblyInformationalVersion("2.9.0")]
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.8.0
- Add `XPath` strategy for locating elements
v2.9.0
- Add 'SetFocus' method to 'CruciatusElement'
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags>Automation Desktop C#</tags>
Expand Down

0 comments on commit 9d4c0d2

Please sign in to comment.