Skip to content

Commit

Permalink
Bumping version resources and CHANGELOG for .NET 3.0 beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Aug 3, 2016
1 parent a573338 commit 5301a2a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
V3.0.0-beta2
============
* Updated GetAttribute shim for GetAttribute method for W3C protocol remote
ends.
* Modified parameter name in SendKeys to alert for W3C protocol remote
ends.

V3.0.0-beta1
============
* The Mozilla-provided Marionette-based FirefoxDriver is now the default
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
// Revision
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
[assembly: AssemblyInformationalVersion("3.0.0-beta2")]
2 changes: 1 addition & 1 deletion dotnet/src/support/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// Revision
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
[assembly: AssemblyInformationalVersion("3.0.0-beta2")]
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// Revision
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
[assembly: AssemblyInformationalVersion("3.0.0-beta2")]
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// Revision
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
[assembly: AssemblyInformationalVersion("3.0.0-beta2")]

0 comments on commit 5301a2a

Please sign in to comment.