From 49ae871ba5dbd7a834e5048d3300c1d734569cf8 Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Mon, 1 Jul 2019 08:39:56 -0700 Subject: [PATCH] Update module version to 2.2 --- src/PowerShellGet/PowerShellGet.psd1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/PowerShellGet/PowerShellGet.psd1 b/src/PowerShellGet/PowerShellGet.psd1 index 580afc59..2ffa39d5 100644 --- a/src/PowerShellGet/PowerShellGet.psd1 +++ b/src/PowerShellGet/PowerShellGet.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'PSModule.psm1' - ModuleVersion = '2.1.5' + ModuleVersion = '2.2' GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -14,6 +14,7 @@ 'Find-Module', 'Find-RoleCapability', 'Find-Script', + 'Get-CredsFromCredentialProvider', 'Get-InstalledModule', 'Get-InstalledScript', 'Get-PSRepository', @@ -55,6 +56,11 @@ LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 2.2 +Bug Fix + +- Fix for prompting for credentials when passing in -Credential parameter when using Register-PSRepository + ## 2.1.5 New Features