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

Commit e429afa

Browse files
authored
Update module version to 2.2.2 (#557)
1 parent 3809c76 commit e429afa

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
### 2.2.2
4+
5+
Bug Fix
6+
7+
- Update casing of DscResources output
8+
9+
### 2.2.1
10+
11+
Bug Fix
12+
13+
- Allow DscResources to work on case sensitive platforms (#521)
14+
- Fix for failure to return credential provider when using private feeds (#521)
15+
16+
## 2.2
17+
18+
Bug Fix
19+
20+
- Fix for prompting for credentials when passing in -Credential parameter when using Register-PSRepository
21+
322
## 2.1.5
423

524
New Features

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.2.1'
3+
ModuleVersion = '2.2.2'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -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.2
59+
Bug Fix
60+
61+
- Update casing of DscResources output
62+
5863
### 2.2.1
5964
Bug Fix
6065

0 commit comments

Comments
 (0)