Skip to content

Commit 0a2b4d9

Browse files
committed
[dotnet] Updating version for impending 4.0.0 stable release
1 parent 46de1e6 commit 0a2b4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/selenium-dotnet-version.bzl

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

3-
SE_VERSION = "4.0.0-rc2"
3+
SE_VERSION = "4.0.0"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"]
66
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0"]
@@ -12,6 +12,6 @@ SUPPORTED_DEVTOOLS_VERSIONS = [
1212
]
1313

1414
ASSEMBLY_COMPANY = "Selenium Committers"
15-
ASSEMBLY_COPYRIGHT = "Copyright © Software Freedom Conservancy 2020"
15+
ASSEMBLY_COPYRIGHT = "Copyright © Software Freedom Conservancy 2021"
1616
ASSEMBLY_INFORMATIONAL_VERSION = "4"
1717
ASSEMBLY_PRODUCT = "Selenium"

0 commit comments

Comments
 (0)