Skip to content

Commit c5f457e

Browse files
committed
[dotnet] update changelog and bump version to 4.5.1
1 parent 49d1e3d commit c5f457e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dotnet/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.5.1
2+
======
3+
* Fix bug preventing automatic detection of protocol version
4+
15
v4.5.0
26
======
37
* Add CDP support for v105, and remove v102

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.5.0"
3+
SE_VERSION = "4.5.1"
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)