From 0a2b4d979d5b1d57d4a044d2e760b7f5ca99437f Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Thu, 7 Oct 2021 17:45:41 -0400 Subject: [PATCH] [dotnet] Updating version for impending 4.0.0 stable release --- dotnet/selenium-dotnet-version.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/selenium-dotnet-version.bzl b/dotnet/selenium-dotnet-version.bzl index 42d14a3ead619..a611b0e078ed5 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-rc2" +SE_VERSION = "4.0.0" ASSEMBLY_VERSION = "4.0.0.0" SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"] SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0"] @@ -12,6 +12,6 @@ SUPPORTED_DEVTOOLS_VERSIONS = [ ] ASSEMBLY_COMPANY = "Selenium Committers" -ASSEMBLY_COPYRIGHT = "Copyright © Software Freedom Conservancy 2020" +ASSEMBLY_COPYRIGHT = "Copyright © Software Freedom Conservancy 2021" ASSEMBLY_INFORMATIONAL_VERSION = "4" ASSEMBLY_PRODUCT = "Selenium"