Skip to content

Commit

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

<!--## Unreleased-->

## v2.9.1
## v2.10.0

- Add `RotationManager` for get and set display orientation (thanks to @jonstoneman)


## v2.9.1

- Fix XPath attribute value if this ControlType

Expand All @@ -24,3 +29,4 @@




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.9.1.*")]
[assembly: AssemblyInformationalVersion("2.9.1")]
[assembly: AssemblyFileVersion("2.10.0.*")]
[assembly: AssemblyInformationalVersion("2.10.0")]
4 changes: 2 additions & 2 deletions src/Winium.Cruciatus/Winium.Cruciatus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
v2.9.1
- Fix XPath attribute value if this ControlType
v2.10.0
- Add `RotationManager` for get and set display orientation (thanks to @jonstoneman)
</releaseNotes>
<copyright>Copyright @ 2015</copyright>
<tags>Automation Desktop C#</tags>
Expand Down

0 comments on commit 80d530a

Please sign in to comment.