Skip to content

Commit 68f12d2

Browse files
committed
JimEvans: Updating assembly version information and .NET CHANGELOG for 2.27.0.
r18259
1 parent ffb1894 commit 68f12d2

File tree

5 files changed

+32
-8
lines changed

5 files changed

+32
-8
lines changed

dotnet/CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
v2.27.0
2+
=======
3+
* Changed DesiredCapabilities.Safari() to return DesiredCapabilities instead
4+
of ICapabilities. Fixes issue #4865.
5+
* Implemented rudimentary path searching for executable-based drivers (such
6+
as IE, Chrome, and PhantomJS).
7+
* Finally made the .NET PhantomJSDriver public. It still requires a PhantomJS
8+
built from the trunk of that project, at least until PhantomJS 1.8 is
9+
released in late December.
10+
* Implemented touch screen actions for the .NET bindings.
11+
* Added ability to add experimental or additional capabilities for which there
12+
are not yet type safe options to the .NET InternetExplorerOptions and
13+
ChromeOptions classes.
14+
* Removed necessity for path to GhostDriver's main.js for the .NET
15+
PhantomJSDriverService in favor of a command line switch (GhostDriver is now
16+
internal to PhantomJS).
17+
* Modified to no longer hang on alerts triggered by onchange of <select>
18+
elements or by onsubmit of <form> elements. Fixes issue #3508. Fixes issue
19+
#2103.
20+
* Turned off use of the Expect-100 header for the HttpWebRequests.
21+
* Added various StyleCop changes.
22+
* Added support for file uploads to a remote WebDriver server.
23+
* Added a missing method to the Actions API.
24+
125
v2.26.0
226
=======
327
* Prevent firefox from updating, checking and warning for extension and plugin

dotnet/src/Selenium.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.26.0.0")]
25-
[assembly: AssemblyFileVersion("2.26.0.0")]
24+
[assembly: AssemblyVersion("2.27.0.0")]
25+
[assembly: AssemblyFileVersion("2.27.0.0")]

dotnet/src/Selenium.WebDriverBackedSelenium/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
// Minor Version
5151
// Build Number
5252
// Revision
53-
[assembly: AssemblyVersion("2.26.0.0")]
54-
[assembly: AssemblyFileVersion("2.26.0.0")]
53+
[assembly: AssemblyVersion("2.27.0.0")]
54+
[assembly: AssemblyFileVersion("2.27.0.0")]

dotnet/src/WebDriver.Support/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
// Minor Version
5151
// Build Number
5252
// Revision
53-
[assembly: AssemblyVersion("2.26.0.0")]
54-
[assembly: AssemblyFileVersion("2.26.0.0")]
53+
[assembly: AssemblyVersion("2.27.0.0")]
54+
[assembly: AssemblyFileVersion("2.27.0.0")]

dotnet/src/WebDriver/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.26.0.0")]
53-
[assembly: AssemblyFileVersion("2.26.0.0")]
52+
[assembly: AssemblyVersion("2.27.0.0")]
53+
[assembly: AssemblyFileVersion("2.27.0.0")]

0 commit comments

Comments
 (0)