Skip to content

Commit d897de9

Browse files
committed
Updating .NET CHANGELOG and version resources for impending 3.8 release
1 parent 5577c15 commit d897de9

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

dotnet/CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v3.8.0
2+
======
3+
* Updating .NET bindings setting of timeouts for spec-compliance. This
4+
also removes some obsolete API entry points that have been marked as
5+
deprecated for some months now. The properties of the ITimeouts object
6+
should be used.
7+
* Updated .NET Options classes to better support W3C Capabilities.
8+
* Added .NET constructors to FirefoxDriver to align with other browser
9+
drivers
10+
11+
v3.7.0
12+
======
13+
* Made .NET Interactions device classes public. Fixes issue #3989.
14+
* Reversed the default for whether a generated capabilities payload
15+
when creating a new session is a spec compliant payload. Fixes issue
16+
#4758.
17+
118
v3.6.0
219
======
320
* Removed internal use of deprecated construct in .NET bindings.

dotnet/selenium-dotnet-version.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# BUILD FILE SYNTAX: SKYLARK
22

3-
SE_VERSION = '3.7.0'
4-
ASSEMBLY_VERSION = '3.7.0.0'
3+
SE_VERSION = '3.8.0'
4+
ASSEMBLY_VERSION = '3.8.0.0'

0 commit comments

Comments
 (0)