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

Up version to 2.2.5.1, update changelog and release notes #689

Merged
merged 4 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
### 2.2.5.1
- Improved error handling for Register-PSRepository
- Improved handling of Azure DeVOps urls (#672 Thanks @sebastianrogers!)
- Improved handling of publishing with non en-US locale (#613 Thanks @glatzert!)
- Tab completion for -Name parameter in Set-PSRepository (#603 Thanks @bergmeister!)
- Updated PSGet reference links (#589 Thanks @srjennings!)

### 2.2.5
- Security patch for code injection bug

Expand Down
9 changes: 8 additions & 1 deletion src/PowerShellGet/PowerShellGet.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'PSModule.psm1'
ModuleVersion = '2.2.5'
ModuleVersion = '2.2.5.1'
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down Expand Up @@ -55,6 +55,13 @@
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
ReleaseNotes = @'
### 2.2.5.1
- Improved error handling for Register-PSRepository
- Improved handling of Azure DeVOps urls (#672 Thanks @sebastianrogers!)
- Improved handling of publishing with non en-US locale (#613 Thanks @glatzert!)
- Tab completion for -Name parameter in Set-PSRepository (#603 Thanks @bergmeister!)
- Updated PSGet reference links (#589 Thanks @srjennings!)

### 2.2.5
- Security patch for code injection bug

Expand Down