Skip to content

Commit

Permalink
Updating .NET CHANGELOG and version resources for impending 3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Nov 28, 2017
1 parent 5577c15 commit d897de9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v3.8.0
======
* Updating .NET bindings setting of timeouts for spec-compliance. This
also removes some obsolete API entry points that have been marked as
deprecated for some months now. The properties of the ITimeouts object
should be used.
* Updated .NET Options classes to better support W3C Capabilities.
* Added .NET constructors to FirefoxDriver to align with other browser
drivers

v3.7.0
======
* Made .NET Interactions device classes public. Fixes issue #3989.
* Reversed the default for whether a generated capabilities payload
when creating a new session is a spec compliant payload. Fixes issue
#4758.

v3.6.0
======
* Removed internal use of deprecated construct in .NET bindings.
Expand Down
4 changes: 2 additions & 2 deletions dotnet/selenium-dotnet-version.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK

SE_VERSION = '3.7.0'
ASSEMBLY_VERSION = '3.7.0.0'
SE_VERSION = '3.8.0'
ASSEMBLY_VERSION = '3.8.0.0'

0 comments on commit d897de9

Please sign in to comment.