File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# 1.1 Changelog
22
3+ ## [ 1.2.0-preview1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.1..v1.2.0-preview ) - 2025-06-26
4+
5+ ## 1.2.0-preview1
6+
7+ ### New Features
8+ - Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v !)
9+
10+ ### Bug Fix
11+ - Updated dependencies and added connection timeout to improve CI tests reliability (#1829 )
12+ - Improvements in ` ContainerRegistry ` repositories in listing repository catalog (#1831 )
13+ - Wildcard attribute added to ` -Repository ` parameter of ` Install-PSResource ` (#1808 )
14+
315## [ 1.1.1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1 ) - 2025-03-06
416
517- Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799 )
Original file line number Diff line number Diff line change 44@ {
55 RootModule = ' ./Microsoft.PowerShell.PSResourceGet.dll'
66 NestedModules = @ (' ./Microsoft.PowerShell.PSResourceGet.psm1' )
7- ModuleVersion = ' 1.1.1 '
7+ ModuleVersion = ' 1.2.0 '
88 CompatiblePSEditions = @ (' Core' , ' Desktop' )
99 GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010 Author = ' Microsoft Corporation'
4646 ' udres' )
4747 PrivateData = @ {
4848 PSData = @ {
49- # Prerelease = ''
49+ Prerelease = ' preview1 '
5050 Tags = @ (' PackageManagement' ,
5151 ' PSEdition_Desktop' ,
5252 ' PSEdition_Core' ,
5656 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
5757 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
5858 ReleaseNotes = @'
59+ ## 1.2.0-preview1
60+
61+ ### New Features
62+ - Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!)
63+
64+ ### Bug Fix
65+ - Updated dependencies and added connection timeout to improve CI tests reliability (#1829)
66+ - Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831)
67+ - Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808)
68+
5969## 1.1.1
6070
6171### Bug Fix
You can’t perform that action at this time.
0 commit comments