Skip to content

Commit 0f71ad7

Browse files
[dotnet] Bump DotNet bindings to 4.1.0 and update changelog
1 parent 4662c6b commit 0f71ad7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dotnet/CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v4.1.0
2+
======
3+
* add CDP support for v96 and remove v93
4+
* Adding test configuration for Edge in IE Mode
5+
* Refactor registration and execution of custom WebDriver commands
6+
7+
18
v4.0.1
29
======
310
* Refactored WebSocket handling of CDP. The handling of sending and receiving

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.0.1"
3+
SE_VERSION = "4.1.0"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"]
66
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0"]

0 commit comments

Comments
 (0)