File tree Expand file tree Collapse file tree 3 files changed +31
-14
lines changed Expand file tree Collapse file tree 3 files changed +31
-14
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
-
15
3
## [ 1.1.1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1 ) - 2025-03-06
16
4
17
5
- 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
1
+ # Preview Changelog
2
+
3
+ ## [ 1.2.0-preview2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview1..v1.2.0-preview2 ) - 2025-07-21
4
+
5
+ ### New Features
6
+ - Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765 )
7
+
8
+ ### Bug Fix
9
+ - Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v !)
10
+ - Bug fix for temporary installation path failure when installing PSResources on Linux machines (#1842 Thanks @o-l-a-v !)
11
+
12
+ ## [ 1.2.0-preview1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.1..v1.2.0-preview1 ) - 2025-06-26
13
+
14
+ ### New Features
15
+ - Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v !)
16
+
17
+ ### Bug Fix
18
+ - Updated dependencies and added connection timeout to improve CI tests reliability (#1829 )
19
+ - Improvements in ` ContainerRegistry ` repositories in listing repository catalog (#1831 )
20
+ - Wildcard attribute added to ` -Repository ` parameter of ` Install-PSResource ` (#1808 )
21
+
1
22
## ## [ 1.1.0-rc3] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3 ) - 2024-11-15
2
23
3
24
### Bug Fix
4
25
- Include missing commits
5
26
6
-
7
27
## [ 1.1.0-RC2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2 ) - 2024-10-30
8
28
9
29
### New Features
Original file line number Diff line number Diff line change 46
46
' udres' )
47
47
PrivateData = @ {
48
48
PSData = @ {
49
- Prerelease = ' preview1 '
49
+ Prerelease = ' preview2 '
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-preview2
60
+
61
+ ### New Features
62
+ - Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
63
+
64
+ ### Bug Fix
65
+ - Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!)
66
+ - Bug fix for temporary installation path failure when installing PSResources on Linux machines (#1842 Thanks @o-l-a-v!)
67
+
59
68
## 1.2.0-preview1
60
69
61
70
### New Features
You can’t perform that action at this time.
0 commit comments