Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Abalov authored and Nick Abalov committed Jan 28, 2016
1 parent c8aac8b commit c9b2cb7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--## Unreleased-->

## v1.6.1
- Fix `GetElementAttribute` not returning some Dependency Properties.


## v1.6.0
- Addd path expansion for files capability to make it easier to deploy folders to app's local storage #128
- Add setting to limit access to Automation, Dependency or CLR properties for `GetElementAttribute` command #120
Expand Down
4 changes: 2 additions & 2 deletions Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.*")]
[assembly: AssemblyFileVersionAttribute("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.*")]
[assembly: AssemblyFileVersionAttribute("1.6.1.0")]
4 changes: 2 additions & 2 deletions Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.*")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.*")]
[assembly: AssemblyFileVersion("1.6.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.*")]
[assembly: AssemblyFileVersionAttribute("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.*")]
[assembly: AssemblyFileVersionAttribute("1.6.1.0")]

[assembly: InternalsVisibleTo("Winium.StoreApps.InnerServer.Tests")]
[assembly: InternalsVisibleTo("UnitTestApp1")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<package>
<metadata>
<id>Winium.StoreApps.InnerServer</id>
<version>1.6.0</version>
<version>1.6.1</version>
<authors>2GIS</authors>
<owners>2GIS</owners>
<projectUrl>https://github.com/2gis/Winium.StoreApps</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Essential part of Winium StoreApps (Selenium Remote WebDriver implementation) that should be included in tested app to enable automation.</description>
<releaseNotes>
v1.6.1
* Fix `GetElementAttribute` not returning some Dependency Properties.
v1.6.0
+ Addd path expansion for files capability to make it easier to deploy folders to app's local storage #128
+ Add setting to limit access to Automation, Dependency or CLR properties for `GetElementAttribute` command #120
Expand All @@ -23,17 +25,6 @@
+ Add support for deployment of UWP apps (Windows 10 apps)
* Fix error when `debugConnectToRunningApp` is set to `true`
+ Add support for accessing `AutomationProperties` with `GetElementAttribute` command
v1.4.0
* Fix `Remote Procedure Call Failed` when trying to launch app under test by retrying it
* Fix `sessionId` being `null` in response for some commands (thanks to @tkurnosova)
+ Add support for deployment of dependenecies (thanks to @ole-vegard)
+ Add `IsElementEnabled` command
* Fix socket interrupt handling
+ Add Selenium Grid support and autoregistering Winium as Selenium Grid node
* Fix sessionId not being unique
+ Add `--bound-device-name` command line option
* Use indented formatting for JSON responses for pretty logging
* Fix logger timestamp format (thanks to @magnarn)
</releaseNotes>
<copyright>Copyright © 2015</copyright>
<tags></tags>
Expand Down

0 comments on commit c9b2cb7

Please sign in to comment.