Skip to content

Commit 1f5fe6d

Browse files
committed
[dotnet] update readme and bump version to 4.7
1 parent 7ee8add commit 1f5fe6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dotnet/CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v4.7.0
2+
======
3+
* Adding CDP files for v108 and removing v105
4+
* Update Service classes to only use System.Net.Http.HttpClient (#11143)
5+
* Add .NET 6 support (#11298)
6+
* Add support for Selenium Manager to work with IE Driver
7+
* Improve error handling with Selenium Manager
8+
19
v4.6.0
210
======
311
* Adding CDP files for v107 and removing v104

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.6.0"
3+
SE_VERSION = "4.7.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", "net6.0"]

0 commit comments

Comments
 (0)