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 1
1
# 1.1 Changelog
2
2
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
+
3
15
## [ 1.1.1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1 ) - 2025-03-06
4
16
5
17
- 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 4
4
@ {
5
5
RootModule = ' ./Microsoft.PowerShell.PSResourceGet.dll'
6
6
NestedModules = @ (' ./Microsoft.PowerShell.PSResourceGet.psm1' )
7
- ModuleVersion = ' 1.1.1 '
7
+ ModuleVersion = ' 1.2.0 '
8
8
CompatiblePSEditions = @ (' Core' , ' Desktop' )
9
9
GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
10
10
Author = ' Microsoft Corporation'
46
46
' udres' )
47
47
PrivateData = @ {
48
48
PSData = @ {
49
- # Prerelease = ''
49
+ Prerelease = ' preview1 '
50
50
Tags = @ (' PackageManagement' ,
51
51
' PSEdition_Desktop' ,
52
52
' PSEdition_Core' ,
56
56
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
57
57
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
58
58
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
+
59
69
## 1.1.1
60
70
61
71
### Bug Fix
You can’t perform that action at this time.
0 commit comments