Skip to content

Commit

Permalink
Bumping .NET assembly version numbers for impending 2.31.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 27, 2013
1 parent 4cf0767 commit eb2b4d3
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.30.1
=======
* Introduced new IE attachBrowserTimeout capability to .NET bindings.
* Blocked ability to set FileDetector for browser-specific drivers in .NET.
Most of the server-components (chromedriver.exe, IEDriverServer.exe,
WebDriver Firefox extension) do not understand how to handle the
FileDetector property. They simply approach all file upload as uploading
from the local machine. If you need to upload remotely, use an instance of
the RemoteWebDriver class.
* Allow extraction of IEDriverServer components to custom directory in .NET.
The .NET bindings were passing an incorrect command-line switch to
IEDriverServer.exe for the location to extract embedded library files. Fixes
issue #5211.
* Fixed .NET WebDriverBackedSelenium wait functions. Wait functions in the
.NET WebDriverBackedSelenium now will wait until the timeout. Fixes issue
#5160.
* Refactoring .NET Firefox driver's Executable class. The class will now
better handle custom paths to the Firefox executable. Fixes issue #1320.

v2.30.0
=======
* Now using ILMerge for WebDriver.Support.dll. The support library will no
Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/Selenium.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.30.0.0")]
[assembly: AssemblyFileVersion("2.30.0.0")]
[assembly: AssemblyVersion("2.31.0.0")]
[assembly: AssemblyFileVersion("2.31.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.30.0.0")]
[assembly: AssemblyFileVersion("2.30.0.0")]
[assembly: AssemblyVersion("2.31.0.0")]
[assembly: AssemblyFileVersion("2.31.0.0")]
4 changes: 2 additions & 2 deletions dotnet/src/WebDriver.Support/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.30.0.0")]
[assembly: AssemblyFileVersion("2.30.0.0")]
[assembly: AssemblyVersion("2.31.0.0")]
[assembly: AssemblyFileVersion("2.31.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 @@ -49,5 +49,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.30.0.0")]
[assembly: AssemblyFileVersion("2.30.0.0")]
[assembly: AssemblyVersion("2.31.0.0")]
[assembly: AssemblyFileVersion("2.31.0.0")]

0 comments on commit eb2b4d3

Please sign in to comment.