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

Commit cb0aa70

Browse files
authored
Update module version to 2.2.1 (#527)
1 parent 1c7387a commit cb0aa70

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.2'
3+
ModuleVersion = '2.2.1'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -41,7 +41,7 @@
4141
FileList = @('PSModule.psm1',
4242
'PSGet.Format.ps1xml',
4343
'PSGet.Resource.psd1')
44-
RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4' })
44+
RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4.4' })
4545
PrivateData = @{
4646
"PackageManagementProviders" = 'PSModule.psm1'
4747
"SupportedPowerShellGetFormatVersions" = @('1.x', '2.x')
@@ -55,6 +55,11 @@
5555
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5656
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5757
ReleaseNotes = @'
58+
### 2.2.1
59+
Bug Fix
60+
61+
- Allow DscResources to work on case sensitive platforms (#521)
62+
- Fix for failure to return credential provider when using private feeds (#521)
5863
5964
## 2.2
6065
Bug Fix

0 commit comments

Comments
 (0)