We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb47635 commit 4332f3eCopy full SHA for 4332f3e
dotnet/CHANGELOG
@@ -1,3 +1,11 @@
1
+v3.11.2
2
+=======
3
+ * Reverted change of ICommandExecutor interface to extend IDisposable. This
4
+ change will reappear at some point. Downstream projects will need to
5
+ implement a `public void Dispose()` method on any classes that implement
6
+ ICommandExecutor to prevent breaking when this interface change is added
7
+ again. Fixes issue #5768.
8
+
9
v3.11.1
10
=======
11
* Added option to tell ChromeDriver to use the W3C WebDriver protocol dialect
dotnet/selenium-dotnet-version.bzl
@@ -1,4 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK
-SE_VERSION = '3.11.1'
-ASSEMBLY_VERSION = '3.11.1.0'
+SE_VERSION = '3.11.2'
+ASSEMBLY_VERSION = '3.11.2.0'
0 commit comments