diff --git a/GoogleCloudExtension/GoogleCloudExtension.GCloud/GCloudWrapper.cs b/GoogleCloudExtension/GoogleCloudExtension.GCloud/GCloudWrapper.cs
index c35706a37..2f0a9c434 100644
--- a/GoogleCloudExtension/GoogleCloudExtension.GCloud/GCloudWrapper.cs
+++ b/GoogleCloudExtension/GoogleCloudExtension.GCloud/GCloudWrapper.cs
@@ -31,7 +31,7 @@ public static class GCloudWrapper
{
// The minimum version of the Google Cloud SDK that the extension can work with. Update this only when
// a feature appears in the Cloud SDK that is absolutely required for the extension to work.
- public const string GCloudSdkMinimumVersion = "164.0.0";
+ public const string GCloudSdkMinimumVersion = "174.0.0";
// These variables specify the environment to be reported by gcloud when reporting metrics. These variables
// are only used with gcloud which is why they're private here.
diff --git a/GoogleCloudExtension/GoogleCloudExtension/Properties/AssemblyInfo.cs b/GoogleCloudExtension/GoogleCloudExtension/Properties/AssemblyInfo.cs
index 9f7215fc6..564a0c868 100644
--- a/GoogleCloudExtension/GoogleCloudExtension/Properties/AssemblyInfo.cs
+++ b/GoogleCloudExtension/GoogleCloudExtension/Properties/AssemblyInfo.cs
@@ -35,7 +35,7 @@
// This version number matches the version in the .vsixmanifest. Please update both versions at the
// same time.
-[assembly: AssemblyVersion("1.2.9.0")]
+[assembly: AssemblyVersion("1.2.10.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: InternalsVisibleTo(
"GoogleCloudExtensionUnitTests," +
diff --git a/GoogleCloudExtension/GoogleCloudExtension/source.extension.vsixmanifest b/GoogleCloudExtension/GoogleCloudExtension/source.extension.vsixmanifest
index 821f37f05..6d8bb8684 100644
--- a/GoogleCloudExtension/GoogleCloudExtension/source.extension.vsixmanifest
+++ b/GoogleCloudExtension/GoogleCloudExtension/source.extension.vsixmanifest
@@ -5,7 +5,7 @@
The Version attribute of the Identity element *must* match the version number in Properties\AssemblyInfo.cs, to ensure
accurate metrics.
-->
-
+
Google Cloud Tools for Visual Studio
Tools to develop applications for Google Cloud Platform.
https://cloud.google.com/visual-studio/