Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 822482f

Browse files
authored
Update module version to 2.2 (#508)
1 parent 174af0b commit 822482f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.1.5'
3+
ModuleVersion = '2.2'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -14,6 +14,7 @@
1414
'Find-Module',
1515
'Find-RoleCapability',
1616
'Find-Script',
17+
'Get-CredsFromCredentialProvider',
1718
'Get-InstalledModule',
1819
'Get-InstalledScript',
1920
'Get-PSRepository',
@@ -55,6 +56,11 @@
5556
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5657
ReleaseNotes = @'
5758
59+
## 2.2
60+
Bug Fix
61+
62+
- Fix for prompting for credentials when passing in -Credential parameter when using Register-PSRepository
63+
5864
## 2.1.5
5965
New Features
6066

0 commit comments

Comments
 (0)