Skip to content

Commit

Permalink
Merge pull request #1098 from meteatamel/master
Browse files Browse the repository at this point in the history
Update version to 2.0.4
  • Loading branch information
meteatamel authored Oct 9, 2019
2 parents d9f628f + e0c2556 commit 3d7a134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

// This version number matches the version in the .vsixmanifest. Please update both versions at the
// same time.
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.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="2.0.3.0" Language="en-US" Publisher="Google Cloud" />
<Identity Id="GoogleAppEngine.Google.d3d3eeb8-3710-4bd9-97ba-1401bf2acd22" Version="2.0.4.0" Language="en-US" Publisher="Google Cloud" />
<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 3d7a134

Please sign in to comment.