From 790d746d2c1124c61729ba6983afdabf557948c1 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Wed, 22 Sep 2021 17:52:11 -0400 Subject: [PATCH] [dotnet] Version bump for development toward 4.0 RC2 --- dotnet/selenium-dotnet-version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/selenium-dotnet-version.bzl b/dotnet/selenium-dotnet-version.bzl index 544b78ed43565..532c2d07603b2 100644 --- a/dotnet/selenium-dotnet-version.bzl +++ b/dotnet/selenium-dotnet-version.bzl @@ -1,6 +1,6 @@ # BUILD FILE SYNTAX: STARLARK -SE_VERSION = "4.0.0-rc1" +SE_VERSION = "4.0.0-rc2" ASSEMBLY_VERSION = "4.0.0.0" SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"] SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0"]