Skip to content

Commit a812e2c

Browse files
authored
Update changelog, release notes, version for v1.1.1 release (#1801)
1 parent 0513aac commit a812e2c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: CHANGELOG/1.1.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.1 Changelog
2+
3+
## [1.1.1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1) - 2025-03-06
4+
5+
- Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799)
6+
- Update README.md (#1798)
7+
- Use authentication challenge for unauthenticated ContainerRegistry repository (#1797)
8+
- Bugfix for Install-PSResource with varying digit version against ContainerRegistry repository (#1796)
9+
- Bugfix for updating ContainerRegistry dependency parsing logic to account for AzPreview package (#1792)
10+
- Add wildcard support for MAR repository for FindAll and FindByName (#1786)
11+
- Bugfix for nuspec dependency version range calculation for RequiredModules (#1784)
12+
113
## [1.1.0](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-rc3...v1.1.0) - 2025-01-09
214

315
### Bug Fixes

Diff for: src/Microsoft.PowerShell.PSResourceGet.psd1

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@{
55
RootModule = './Microsoft.PowerShell.PSResourceGet.dll'
66
NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1')
7-
ModuleVersion = '1.1.0'
7+
ModuleVersion = '1.1.1'
88
CompatiblePSEditions = @('Core', 'Desktop')
99
GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010
Author = 'Microsoft Corporation'
@@ -56,6 +56,17 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.1.1
60+
61+
### Bug Fix
62+
- Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799)
63+
- Update README.md (#1798)
64+
- Use authentication challenge for unauthenticated ContainerRegistry repository (#1797)
65+
- Bugfix for Install-PSResource with varying digit version against ContainerRegistry repository (#1796)
66+
- Bugfix for updating ContainerRegistry dependency parsing logic to account for AzPreview package (#1792)
67+
- Add wildcard support for MAR repository for FindAll and FindByName (#1786)
68+
- Bugfix for nuspec dependency version range calculation for RequiredModules (#1784)
69+
5970
## 1.1.0
6071
6172
### Bug Fix

0 commit comments

Comments
 (0)