Skip to content

Commit

Permalink
Add RuntimeId property to CruciatusElement.Properties
Browse files Browse the repository at this point in the history
Up Cruciatus package version to 2.2.0
  • Loading branch information
skyline-gleb committed Apr 20, 2015
1 parent f7ff767 commit 03334ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/Winium.Cruciatus/Core/CruciatusElementProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ public string Name
}
}

/// <summary>
/// Строковое представление RuntimeId элемента.
/// </summary>
public string RuntimeId
{
get
{
return string.Join(" ", this.element.GetRuntimeId());
}
}

#endregion
}
}
4 changes: 3 additions & 1 deletion 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.1.1</version>
<version>2.2.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.2.0
+ Add RuntimeId property to CruciatusElement.Properties
Version 2.1.1
+ Add BoundingRectangle property to CruciatusElement.Properties
+ Add CurrentCursorPos property in mouse simulator
Expand Down

0 comments on commit 03334ae

Please sign in to comment.