Skip to content

Commit ee654eb

Browse files
committed
Updating version resources for .NET 2.53 relase
1 parent 52a349c commit ee654eb

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
lines changed

dotnet/CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v2.53.0
2+
=======
3+
* This will be the final full release in the 2.x series. There may be
4+
small point releases going forward, but future development will
5+
concentrate on 3.0.
6+
* (on behalf of arnonaxelrod) Added an overload of ExecuteJavaScript
7+
extension method that doesn't accept a generic argument and doesn't
8+
return a value.
9+
* (on behalf of mohammadsavadkuhi) Corrected argument name in
10+
exceptions thrown by DefaultWait<T>.
11+
* Corrected trace categories for Chrome perf logging prefs in .NET.
12+
* Added device metrics to Chrome options for mobile emulation.
13+
* Removed .NET type-safe option for setting IE cookie capability. The
14+
'ie.validateCookieDocumentType' has been obsolete since 2.47 of WebDriver.
15+
This commit marks the 'ValidateCookieDocumentType' property of the
16+
'InternetExplorerOptions' object as obsolete, and no longer sends that
17+
capability to the driver. This property will be removed in a future
18+
version of the .NET bindings.
19+
120
v2.52.0
221
=======
322
* Updated Firefox driver to include ability to disable overlapping element

dotnet/src/core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
// Minor Version
2222
// Build Number
2323
// Revision
24-
[assembly: AssemblyVersion("2.52.0.0")]
25-
[assembly: AssemblyFileVersion("2.52.0.0")]
24+
[assembly: AssemblyVersion("2.53.0.0")]
25+
[assembly: AssemblyFileVersion("2.53.0.0")]

dotnet/src/support/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// Minor Version
5050
// Build Number
5151
// Revision
52-
[assembly: AssemblyVersion("2.52.0.0")]
53-
[assembly: AssemblyFileVersion("2.52.0.0")]
52+
[assembly: AssemblyVersion("2.53.0.0")]
53+
[assembly: AssemblyFileVersion("2.53.0.0")]

dotnet/src/webdriver/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// Minor Version
4949
// Build Number
5050
// Revision
51-
[assembly: AssemblyVersion("2.52.0.0")]
52-
[assembly: AssemblyFileVersion("2.52.0.0")]
51+
[assembly: AssemblyVersion("2.53.0.0")]
52+
[assembly: AssemblyFileVersion("2.53.0.0")]

dotnet/src/webdriverbackedselenium/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// Minor Version
5050
// Build Number
5151
// Revision
52-
[assembly: AssemblyVersion("2.52.0.0")]
53-
[assembly: AssemblyFileVersion("2.52.0.0")]
52+
[assembly: AssemblyVersion("2.53.0.0")]
53+
[assembly: AssemblyFileVersion("2.53.0.0")]

0 commit comments

Comments
 (0)