Skip to content

Commit ff95903

Browse files
committed
[dotnet] bump to 4.12.2 to fix a release issue with 4.12.1
1 parent 11f67c1 commit ff95903

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dotnet/CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.12.2
2+
======
3+
* No code changes; issue with 4.12.1 release
4+
15
v4.12.1
26
======
37
* Only target Netstandard 2.0 for release

dotnet/selenium-dotnet-version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.12.1"
3+
SE_VERSION = "4.12.2"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

0 commit comments

Comments
 (0)