Skip to content

Commit

Permalink
[dotnet] Bumping to 4.12.3 and CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 4, 2023
1 parent 1916234 commit dfa68e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dotnet/CHANGELOG
@@ -1,3 +1,13 @@
v4.12.3
======
* Fix saving png screenshot as file (#12654)
* Correcting failures in CDP Network event tests
* Close dev tools session safely (#12660)
* Send data over cdp consecutively (#12666)
* Show output from selenium manager error stream (#12677)
* Return Task instead of wait it in generated CDP method invocations (#12672)
* Invoke console log api called event many times depending on count of args (#12669)

v4.12.2
======
* No code changes; issue with 4.12.1 release
Expand Down
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.12.2"
SE_VERSION = "4.12.3"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down

0 comments on commit dfa68e5

Please sign in to comment.