Skip to content

Commit

Permalink
Up Cruciatus package version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline-gleb committed Jun 1, 2015
1 parent a950eba commit f7fcab8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/Winium.Cruciatus/FullReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.4.0
+ Support relative path for tested app
+ 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<CruciatusElement>.Equals method
Expand Down
9 changes: 6 additions & 3 deletions src/Winium.Cruciatus/Winium.Cruciatus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
<package >
<metadata>
<id>$id$</id>
<version>2.3.0</version>
<version>2.4.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.4.0
+ Support relative path for tested app
+ 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
Version 2.2.1
* Inner minor changes in Core.MouseButtons enum
Version 2.2.0
+ Add RuntimeId property to CruciatusElement.Properties
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags></tags>
Expand Down

0 comments on commit f7fcab8

Please sign in to comment.