Skip to content

Commit 03c2318

Browse files
committed
[dotnet] update change log and bump version to 4.16.2
1 parent 757de62 commit 03c2318

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.16.2
2+
======
3+
4+
* Allow output ofinternal log messages to file (#13249)
5+
* Change a list of downloadable files to IReadOnlyList (#13265)
6+
* Change date format for file log
7+
* Improve file logging code smell (#13249)
8+
19
v4.16.1
210
======
311

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.16.1"
3+
SE_VERSION = "4.16.2"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

0 commit comments

Comments
 (0)