From b5245f99e5064f76ca8e06363265ff131a1487ff Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Tue, 21 May 2019 13:17:48 -0700 Subject: [PATCH 1/2] Update PackageManagement dependency --- src/PowerShellGet/PowerShellGet.psd1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/PowerShellGet/PowerShellGet.psd1 b/src/PowerShellGet/PowerShellGet.psd1 index 18e95b6a..8abd17b8 100644 --- a/src/PowerShellGet/PowerShellGet.psd1 +++ b/src/PowerShellGet/PowerShellGet.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'PSModule.psm1' - ModuleVersion = '2.1.4' + ModuleVersion = '2.1.3' GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -40,7 +40,7 @@ FileList = @('PSModule.psm1', 'PSGet.Format.ps1xml', 'PSGet.Resource.psd1') - RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.3.2' }) + RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4.0' }) PrivateData = @{ "PackageManagementProviders" = 'PSModule.psm1' "SupportedPowerShellGetFormatVersions" = @('1.x', '2.x') @@ -54,16 +54,12 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' - -## 2.1.4 -- Fixed hang while publishing some packages (#478) - ## 2.1.3 New Features - Added -Scope parameter to Update-Module (Thanks @lwajswaj!) (#471) - Added -Exclude parameter to Publish-Module (Thanks @Benny1007!) (#191) -- Added -SkipAutomaticTags parameter to Publish-Module (Thanks @awickham10!) (#452) +- Added -SkipAutomticTags parameter to Publish-Module (Thanks @awickham10!) (#452) Bug Fix @@ -273,3 +269,7 @@ Bug fixes HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=855963' } + } + + HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=855963' +} From a0a946a0ff032c7fd2364506049179674a16d251 Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Tue, 21 May 2019 13:20:46 -0700 Subject: [PATCH 2/2] Fix psd1 --- src/PowerShellGet/PowerShellGet.psd1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/PowerShellGet/PowerShellGet.psd1 b/src/PowerShellGet/PowerShellGet.psd1 index 8abd17b8..f2babb35 100644 --- a/src/PowerShellGet/PowerShellGet.psd1 +++ b/src/PowerShellGet/PowerShellGet.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'PSModule.psm1' - ModuleVersion = '2.1.3' + ModuleVersion = '2.1.4' GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -40,7 +40,7 @@ FileList = @('PSModule.psm1', 'PSGet.Format.ps1xml', 'PSGet.Resource.psd1') - RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4.0' }) + RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4' }) PrivateData = @{ "PackageManagementProviders" = 'PSModule.psm1' "SupportedPowerShellGetFormatVersions" = @('1.x', '2.x') @@ -54,12 +54,16 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' + +## 2.1.4 +- Fixed hang while publishing some packages (#478) + ## 2.1.3 New Features - Added -Scope parameter to Update-Module (Thanks @lwajswaj!) (#471) - Added -Exclude parameter to Publish-Module (Thanks @Benny1007!) (#191) -- Added -SkipAutomticTags parameter to Publish-Module (Thanks @awickham10!) (#452) +- Added -SkipAutomaticTags parameter to Publish-Module (Thanks @awickham10!) (#452) Bug Fix @@ -269,7 +273,3 @@ Bug fixes HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=855963' } - } - - HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=855963' -}