Skip to content

Commit 4332f3e

Browse files
committed
Updating release info for .NET 3.11.2 point-release
1 parent bb47635 commit 4332f3e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dotnet/CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
v3.11.1
210
=======
311
* Added option to tell ChromeDriver to use the W3C WebDriver protocol dialect

dotnet/selenium-dotnet-version.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# BUILD FILE SYNTAX: SKYLARK
22

3-
SE_VERSION = '3.11.1'
4-
ASSEMBLY_VERSION = '3.11.1.0'
3+
SE_VERSION = '3.11.2'
4+
ASSEMBLY_VERSION = '3.11.2.0'

0 commit comments

Comments
 (0)