Skip to content

Commit 1451620

Browse files
committed
[dotnet] update changelog and bump version to 4.5
1 parent 10ad14e commit 1451620

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dotnet/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
v4.5.0
22
======
33
* Add CDP support for v105, and remove v102
4+
* Add CDP support for v106, and remove v103
45
* Update Select class to error when elements are disabled
56
* Add support for installing unsigned add-ons in Firefox
67
* Add return value for installing add-ons in Firefox

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.4.0"
3+
SE_VERSION = "4.5.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)