Skip to content

Commit

Permalink
Updating version resources for .NET 2.53 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 16, 2016
1 parent 52a349c commit ee654eb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
19 changes: 19 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v2.53.0
=======
* This will be the final full release in the 2.x series. There may be
small point releases going forward, but future development will
concentrate on 3.0.
* (on behalf of arnonaxelrod) Added an overload of ExecuteJavaScript
extension method that doesn't accept a generic argument and doesn't
return a value.
* (on behalf of mohammadsavadkuhi) Corrected argument name in
exceptions thrown by DefaultWait<T>.
* Corrected trace categories for Chrome perf logging prefs in .NET.
* Added device metrics to Chrome options for mobile emulation.
* Removed .NET type-safe option for setting IE cookie capability. The
'ie.validateCookieDocumentType' has been obsolete since 2.47 of WebDriver.
This commit marks the 'ValidateCookieDocumentType' property of the
'InternetExplorerOptions' object as obsolete, and no longer sends that
capability to the driver. This property will be removed in a future
version of the .NET bindings.

v2.52.0
=======
* Updated Firefox driver to include ability to disable overlapping element
Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.52.0.0")]
[assembly: AssemblyFileVersion("2.52.0.0")]
[assembly: AssemblyVersion("2.53.0.0")]
[assembly: AssemblyFileVersion("2.53.0.0")]
4 changes: 2 additions & 2 deletions dotnet/src/support/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.52.0.0")]
[assembly: AssemblyFileVersion("2.52.0.0")]
[assembly: AssemblyVersion("2.53.0.0")]
[assembly: AssemblyFileVersion("2.53.0.0")]
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.52.0.0")]
[assembly: AssemblyFileVersion("2.52.0.0")]
[assembly: AssemblyVersion("2.53.0.0")]
[assembly: AssemblyFileVersion("2.53.0.0")]
4 changes: 2 additions & 2 deletions dotnet/src/webdriverbackedselenium/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.52.0.0")]
[assembly: AssemblyFileVersion("2.52.0.0")]
[assembly: AssemblyVersion("2.53.0.0")]
[assembly: AssemblyFileVersion("2.53.0.0")]

0 comments on commit ee654eb

Please sign in to comment.