Skip to content

Commit 47f7fb3

Browse files
committed
[dotnet] Bump to 4.8.2 and CHANGELOG update
1 parent 826dbfc commit 47f7fb3

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.8.2
2+
======
3+
* Add CDP files for v111 and remove v108
4+
* InvalidSelectorException now extends WebDriverException
5+
* Using json output with Selenium Manager
6+
* Include targets for projects building transitively (#11812)
7+
18
v4.8.1
29
======
310
* Add CDP files for v110 and remove v107

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.8.1"
3+
SE_VERSION = "4.8.2"
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)