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 68b0ff1 commit 254f16fCopy full SHA for 254f16f
dotnet/CHANGELOG
@@ -1,3 +1,8 @@
1
+v3.13.1
2
+=======
3
+ * Updated to fully remove use of internal CreateElement method in favor of
4
+ a factory object.
5
+
6
v3.13.0
7
=======
8
* (on behalf of Jake Durand) Replaced Chrome with Firefox in .NET
dotnet/selenium-dotnet-version.bzl
@@ -1,4 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK
-SE_VERSION = '3.13.0'
-ASSEMBLY_VERSION = '3.13.0.0'
+SE_VERSION = '3.13.1'
+ASSEMBLY_VERSION = '3.13.1.0'
0 commit comments