Skip to content

Commit

Permalink
Up Winium.Cruciatus package version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline-gleb committed Jun 25, 2015
1 parent 6bd2910 commit 6b94bc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/Winium.Cruciatus/FullReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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
Version 2.4.0
+ Support relative path for tested app
+ Support arguments for start tested app
Expand Down
7 changes: 4 additions & 3 deletions src/Winium.Cruciatus/Winium.Cruciatus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
<package >
<metadata>
<id>$id$</id>
<version>2.4.0</version>
<version>2.5.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.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
Version 2.4.0
+ Support relative path for tested app
+ Support arguments for start tested app
Expand All @@ -18,8 +21,6 @@
+ Add FocusedElement property to CruciatusFactory
+ Implement IEquatable&lt;CruciatusElement&gt;.Equals method
+ Override Object.Equals and Object.GetHashCode implementations
Version 2.2.1
* Inner minor changes in Core.MouseButtons enum
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags></tags>
Expand Down

0 comments on commit 6b94bc2

Please sign in to comment.