This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
9
### 2.2.5
3
10
- Security patch for code injection bug
4
11
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PSModule.psm1'
3
- ModuleVersion = ' 2.2.5'
3
+ ModuleVersion = ' 2.2.5.1 '
4
4
GUID = ' 1d73a601-4a6c-43c5-ba3f-619b18bbb404'
5
5
Author = ' Microsoft Corporation'
6
6
CompanyName = ' Microsoft Corporation'
55
55
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
56
56
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
57
57
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
+
58
65
### 2.2.5
59
66
- Security patch for code injection bug
60
67
You can’t perform that action at this time.
0 commit comments