Skip to content

Commit

Permalink
Merge pull request #574 from GoogleCloudPlatform/quoct/newrelease
Browse files Browse the repository at this point in the history
New PowerShell Release 1.0.10.0
  • Loading branch information
quoctruong authored Nov 16, 2017
2 parents 25d1720 + caf2742 commit b7335bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Google.PowerShell/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.10")]
[assembly: AssemblyFileVersion("1.0.0.10")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
7 changes: 4 additions & 3 deletions Google.PowerShell/ReleaseFiles/GoogleCloud.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Google Inc
#
# Generated on: 10/17/2017
# Generated on: 11/16/2017
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'GoogleCloud.psm1'

# Version number of this module.
ModuleVersion = '1.0.0.10'
ModuleVersion = '1.0.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -95,7 +95,8 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Google', 'Cloud', 'Compute', 'Storage', 'GCS', 'GCE', 'SQL', 'DNS'
Tags = 'Google', 'Cloud', 'Compute', 'Storage', 'GCS', 'GCE', 'SQL', 'DNS', 'PubSub',
'Logging', 'PSEdition_Core', 'PSEdition_Desktop'

# A URL to the license for this module.
LicenseUri = 'https://github.com/GoogleCloudPlatform/google-cloud-powershell/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion website
Submodule website updated 1 files
+1 −1 data/cmdletsFull.json

0 comments on commit b7335bd

Please sign in to comment.