diff --git a/eng/BranchInfo.props b/eng/BranchInfo.props
index 1d2155b657..b3f8f74aa3 100644
--- a/eng/BranchInfo.props
+++ b/eng/BranchInfo.props
@@ -28,15 +28,15 @@
true
- 4
+ 5
0
0
- 3.0.0
+ $([MSBuild]::Subtract($(MajorVersion), 1)).0.0
0
- 22
+ 23
0
diff --git a/eng/Versions.props b/eng/Versions.props
index 5fb0b35ca6..a8584efb18 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -9,7 +9,6 @@
https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
-->
true
- 4.0.0
preview
1.0.0.0
diff --git a/src/Microsoft.ML.Tokenizers/Directory.Build.props b/src/Microsoft.ML.Tokenizers/Directory.Build.props
index 2d3ca601ce..4a14def707 100644
--- a/src/Microsoft.ML.Tokenizers/Directory.Build.props
+++ b/src/Microsoft.ML.Tokenizers/Directory.Build.props
@@ -7,8 +7,7 @@
$([MSBuild]::Subtract($(MajorVersion), 3))
-
-
+ $([MSBuild]::Subtract($(MajorVersion), 1)).0.0
\ No newline at end of file
diff --git a/src/Microsoft.ML/CompatibilitySuppressions.xml b/src/Microsoft.ML/CompatibilitySuppressions.xml
deleted file mode 100644
index 0c101d6947..0000000000
--- a/src/Microsoft.ML/CompatibilitySuppressions.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- CP0004
- Microsoft.ML, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
- lib/netstandard2.0/Microsoft.ML.dll
- right
- true
-
-
\ No newline at end of file