Skip to content

Commit 7e239e8

Browse files
authored
Merge branch 'master' into update-deps-250628
2 parents 5dbd778 + dbd2fa8 commit 7e239e8

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

CHANGELOG/1.1.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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-
9-
- Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!)
10-
11-
### Bug Fix
12-
13-
- Updated dependencies and added connection timeout to improve CI tests reliability (#1829)
14-
- Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831)
15-
- Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808)
16-
173
## [1.1.1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1) - 2025-03-06
184

195
- Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799)

CHANGELOG/preview.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,39 @@
1-
## ## [1.1.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3) - 2024-11-15
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!)
216

317
### 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)
421

22+
## ## [1.1.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3) - 2024-11-15
23+
24+
### Bug Fix
525
- Include missing commits
626

727
## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30
828

929
### New Features
10-
1130
- Full Microsoft Artifact Registry integration (#1741)
1231

1332
### Bug Fixes
1433

1534
- Update to use OCI v2 APIs for Container Registry (#1737)
1635
- Bug fixes for finding and installing from local repositories on Linux machines (#1738)
17-
- Bug fix for finding package name with 4 part version from local repositories (#1739)
36+
- Bug fix for finding package name with 4 part version from local repositories (#1739)
1837

1938
# Preview Changelog
2039

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'preview1'
49+
Prerelease = 'preview2'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,15 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
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+
5968
## 1.2.0-preview1
6069
6170
### New Features

0 commit comments

Comments
 (0)