Skip to content

Commit

Permalink
Bumping .NET version assemblies for 2.31.2 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 4, 2013
1 parent 46d244e commit c475cf3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v2.31.2
=======
* Fixed .NET WebDriverBackedSelenium NuGet packaging. Package was lacking
dependencies on other Selenium NuGet packages.
* Entirely removed the dependency on Castle.Core.dll for .NET support library.
Using the Castle DynamicProxy has been nothing but a thorn in the side of us
of WebDriver.Support.dll. This change implements hard-coded "proxy" objects
the .NET PageFactory implementation. Hopefully, this will resolve the issues
the PageFactory for everyone. Nevertheless, there is every possibility that
will entirely break the PageFactory in some unforseen way for some subset of
users, despite the fact that all of the tests (unit tests, and browser-based
tests) pass. If that is the case, feel free to file issues, if the issues
include code samples that reproduce the problem. Fixes issue #5221.

v2.31.1
=======
* Fixing assemblies merged with ILMerge on .NET 4.0 when built on a machine
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.31.1.0")]
[assembly: AssemblyFileVersion("2.31.1.0")]
[assembly: AssemblyVersion("2.31.2.0")]
[assembly: AssemblyFileVersion("2.31.2.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.31.1.0")]
[assembly: AssemblyFileVersion("2.31.1.0")]
[assembly: AssemblyVersion("2.31.2.0")]
[assembly: AssemblyFileVersion("2.31.2.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.31.1.0")]
[assembly: AssemblyFileVersion("2.31.1.0")]
[assembly: AssemblyVersion("2.31.2.0")]
[assembly: AssemblyFileVersion("2.31.2.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.31.1.0")]
[assembly: AssemblyFileVersion("2.31.1.0")]
[assembly: AssemblyVersion("2.31.2.0")]
[assembly: AssemblyFileVersion("2.31.2.0")]

0 comments on commit c475cf3

Please sign in to comment.