Skip to content

Commit

Permalink
Up Winium.Cruciatus package version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline-gleb committed Jun 29, 2015
1 parent 908429c commit 4818c22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/Winium.Cruciatus/FullReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 2.6.0
+ Add extension (to CruciatusElement) for getting UI automation patterns
Version 2.5.0
+ Add KeyUp and KeyDown methods for CruciatusFactory.Keyboard (only works with InputSimulator keyboard type)
+ Add CruciatusElement extension for click with any pressed keys
Expand Down
8 changes: 3 additions & 5 deletions src/Winium.Cruciatus/Winium.Cruciatus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<package >
<metadata>
<id>$id$</id>
<version>2.5.0</version>
<version>2.6.0</version>
<authors>2GIS</authors>
<owners>2GIS</owners>
<projectUrl>https://github.com/2gis/Winium.Cruciatus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
Version 2.6.0
+ Add extension (to CruciatusElement) for getting UI automation patterns
Version 2.5.0
+ Add KeyUp and KeyDown methods for CruciatusFactory.Keyboard (only works with InputSimulator keyboard type)
+ Add CruciatusElement extension for click with any pressed keys
Expand All @@ -17,10 +19,6 @@
+ Support arguments for start tested app
+ Add path of unfound tested app file to exception text
+ All error have english language
Version 2.3.0
+ Add FocusedElement property to CruciatusFactory
+ Implement IEquatable&lt;CruciatusElement&gt;.Equals method
+ Override Object.Equals and Object.GetHashCode implementations
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags></tags>
Expand Down

0 comments on commit 4818c22

Please sign in to comment.