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

Commit b4ba1ad

Browse files
authored
Up version to 2.2.5.1, update changelog and release notes (#689)
1 parent 2410675 commit b4ba1ad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
### 2.2.5.1
3+
- Improved error handling for Register-PSRepository
4+
- Improved handling of Azure DeVOps urls (#672 Thanks @sebastianrogers!)
5+
- Improved handling of publishing with non en-US locale (#613 Thanks @glatzert!)
6+
- Tab completion for -Name parameter in Set-PSRepository (#603 Thanks @bergmeister!)
7+
- Updated PSGet reference links (#589 Thanks @srjennings!)
8+
29
### 2.2.5
310
- Security patch for code injection bug
411

src/PowerShellGet/PowerShellGet.psd1

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.2.5'
3+
ModuleVersion = '2.2.5.1'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -55,6 +55,13 @@
5555
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5656
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5757
ReleaseNotes = @'
58+
### 2.2.5.1
59+
- Improved error handling for Register-PSRepository
60+
- Improved handling of Azure DeVOps urls (#672 Thanks @sebastianrogers!)
61+
- Improved handling of publishing with non en-US locale (#613 Thanks @glatzert!)
62+
- Tab completion for -Name parameter in Set-PSRepository (#603 Thanks @bergmeister!)
63+
- Updated PSGet reference links (#589 Thanks @srjennings!)
64+
5865
### 2.2.5
5966
- Security patch for code injection bug
6067

0 commit comments

Comments
 (0)