Skip to content

Commit

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

<!--## Unreleased-->

## v2.7.0
## v2.8.0

- Add `XPath` strategy for locating elements


## v2.7.0

- 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.7.0.*")]
[assembly: AssemblyInformationalVersion("2.7.0")]
[assembly: AssemblyFileVersion("2.8.0.*")]
[assembly: AssemblyInformationalVersion("2.8.0")]
12 changes: 4 additions & 8 deletions src/Winium.Cruciatus/Winium.Cruciatus.nuspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package >
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
Expand All @@ -9,13 +9,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
Version 2.7.0
* Default search timeout is 10 seconds
Version 2.6.1
* More simple creation DataGrid
Version 2.6.0
+ Add extension (to CruciatusElement) for getting UI automation patterns
</releaseNotes>
v2.8.0
- Add `XPath` strategy for locating elements
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags>Automation Desktop C#</tags>
</metadata>
Expand Down

0 comments on commit c1eb4f0

Please sign in to comment.