Skip to content

Commit

Permalink
Updating the gcloud dependency and version number. (#824)
Browse files Browse the repository at this point in the history
* Updating the extension version to 1.2.10.0

* Udpating the minimuim requirement to version 174 of the Cloud SDK.
  • Loading branch information
ivannaranjo authored Oct 5, 2017
1 parent 8126498 commit 6ab17d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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," +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Version attribute of the Identity element *must* match the version number in Properties\AssemblyInfo.cs, to ensure
accurate metrics.
-->
<Identity Id="GoogleAppEngine.Google.d3d3eeb8-3710-4bd9-97ba-1401bf2acd22" Version="1.2.9.0" Language="en-US" Publisher="Google Inc." />
<Identity Id="GoogleAppEngine.Google.d3d3eeb8-3710-4bd9-97ba-1401bf2acd22" Version="1.2.10.0" Language="en-US" Publisher="Google Inc." />
<DisplayName>Google Cloud Tools for Visual Studio</DisplayName>
<Description xml:space="preserve">Tools to develop applications for Google Cloud Platform.</Description>
<MoreInfo>https://cloud.google.com/visual-studio/</MoreInfo>
Expand Down

0 comments on commit 6ab17d2

Please sign in to comment.