From de5c41080a5fb8b7e14f757bba96a48f988ddefe Mon Sep 17 00:00:00 2001 From: Quoc Truong Date: Mon, 11 Dec 2017 16:44:02 -0800 Subject: [PATCH] 1.0.0.2 release --- Google.PowerShell/Properties/AssemblyInfo.cs | 4 ++-- Google.PowerShell/ReleaseFiles/GoogleCloud.psd1 | 4 ++-- Tools/BuildAndPackage.ps1 | 10 +++++----- website | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Google.PowerShell/Properties/AssemblyInfo.cs b/Google.PowerShell/Properties/AssemblyInfo.cs index 0691562a..4fc020ef 100644 --- a/Google.PowerShell/Properties/AssemblyInfo.cs +++ b/Google.PowerShell/Properties/AssemblyInfo.cs @@ -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.1.1")] -[assembly: AssemblyFileVersion("1.0.1.1")] +[assembly: AssemblyVersion("1.0.1.2")] +[assembly: AssemblyFileVersion("1.0.1.2")] diff --git a/Google.PowerShell/ReleaseFiles/GoogleCloud.psd1 b/Google.PowerShell/ReleaseFiles/GoogleCloud.psd1 index c584eca9..ab977bfd 100644 --- a/Google.PowerShell/ReleaseFiles/GoogleCloud.psd1 +++ b/Google.PowerShell/ReleaseFiles/GoogleCloud.psd1 @@ -3,7 +3,7 @@ # # Generated by: Google Inc # -# Generated on: 11/29/2017 +# Generated on: 12/11/2017 # @{ @@ -12,7 +12,7 @@ RootModule = 'GoogleCloud.psm1' # Version number of this module. -ModuleVersion = '1.0.1.1' +ModuleVersion = '1.0.1.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Tools/BuildAndPackage.ps1 b/Tools/BuildAndPackage.ps1 index c3270199..b7ee6f78 100644 --- a/Tools/BuildAndPackage.ps1 +++ b/Tools/BuildAndPackage.ps1 @@ -135,7 +135,7 @@ $googlePowerShellAssemblyPath = Resolve-Path (Join-Path $configDir Google.PowerS $getCmdletsScriptBlock = { param($modulePath) Import-Module $modulePath | Out-Null - (Get-Module GoogleCloud).ExportedCmdlets.Keys + (Get-Module Google.PowerShell).ExportedCmdlets.Keys } $job = Start-Job -ScriptBlock $getCmdletsScriptBlock -ArgumentList $googlePowerShellAssemblyPath $cmdletsList = $job | Wait-Job | Receive-Job @@ -206,22 +206,22 @@ if ($configuration -eq "Debug") { Copy-Item -Recurse "$configDir\*" $googleCloudDir -Include $powerShellScriptFiles Copy-Item -Recurse "$configDir\*" $googleCloudFullClrDir -Exclude $powerShellScriptFiles - Copy-Item -Recurse "$coreClrConfigDir\Google.*" $googleCloudCoreClrDir -Exclude $powerShellScriptFiles + Copy-Item -Recurse "$coreClrConfigDir\*" $googleCloudCoreClrDir -Exclude $powerShellScriptFiles Copy-Item -Recurse "$configDir\*" $googleCloudBetaDir -Include $powerShellScriptFiles Copy-Item -Recurse "$configDir\*" $googleCloudFullClrBetaDir -Exclude $powerShellScriptFiles - Copy-Item -Recurse "$coreClrConfigDir\Google.*" $googleCloudCoreClrBetaDir -Exclude $powerShellScriptFiles + Copy-Item -Recurse "$coreClrConfigDir\*" $googleCloudCoreClrBetaDir -Exclude $powerShellScriptFiles } else { $fileToExclude = $powerShellScriptFiles + "*.pdb" Copy-Item -Recurse "$configDir\*" $googleCloudDir -Include $powerShellScriptFiles Copy-Item -Recurse "$configDir\*" $googleCloudFullClrDir -Exclude $fileToExclude - Copy-Item -Recurse "$coreClrConfigDir\Google.*" $googleCloudCoreClrDir -Exclude $fileToExclude + Copy-Item -Recurse "$coreClrConfigDir\*" $googleCloudCoreClrDir -Exclude $fileToExclude Copy-Item -Recurse "$configDir\*" $googleCloudBetaDir -Include $powerShellScriptFiles Copy-Item -Recurse "$configDir\*" $googleCloudFullClrBetaDir -Exclude $fileToExclude - Copy-Item -Recurse "$coreClrConfigDir\Google.*" $googleCloudCoreClrBetaDir -Exclude $fileToExclude + Copy-Item -Recurse "$coreClrConfigDir\*" $googleCloudCoreClrBetaDir -Exclude $fileToExclude } # For the beta module, edit and rename the module manifest file. diff --git a/website b/website index b1970627..c0b09254 160000 --- a/website +++ b/website @@ -1 +1 @@ -Subproject commit b1970627a60ad5e5144a5bcc320208bd30cc06c3 +Subproject commit c0b0925444e9217f6c9363437c5ed78f4f11738a