Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 32a030d

Browse files
author
Jim Przybylinski
authored
Update to version 2.0.1 (#1070)
1 parent 5d68bdc commit 32a030d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GoogleCloudExtension/GoogleCloudExtension/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
// This version number matches the version in the .vsixmanifest. Please update both versions at the
3737
// same time.
38-
[assembly: AssemblyVersion("2.0.0.0")]
39-
[assembly: AssemblyFileVersion("2.0.0.0")]
38+
[assembly: AssemblyVersion("2.0.1.0")]
39+
[assembly: AssemblyFileVersion("2.0.1.0")]
4040

4141
[assembly: InternalsVisibleTo(
4242
"GoogleCloudExtensionUnitTests," +

GoogleCloudExtension/GoogleCloudExtension/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The Version attribute of the Identity element *must* match the version number in Properties\AssemblyInfo.cs, to ensure
66
accurate metrics.
77
-->
8-
<Identity Id="GoogleAppEngine.Google.d3d3eeb8-3710-4bd9-97ba-1401bf2acd22" Version="2.0.0.0" Language="en-US" Publisher="Google Inc." />
8+
<Identity Id="GoogleAppEngine.Google.d3d3eeb8-3710-4bd9-97ba-1401bf2acd22" Version="2.0.1.0" Language="en-US" Publisher="Google Inc." />
99
<DisplayName>Google Cloud Tools for Visual Studio</DisplayName>
1010
<Description xml:space="preserve">Tools to develop applications for Google Cloud Platform.</Description>
1111
<MoreInfo>https://cloud.google.com/visual-studio/</MoreInfo>

0 commit comments

Comments
 (0)