Skip to content

Commit 745b393

Browse files
committed
Merge branch 'master' of https://github.com/powershell/PSResourceGet into pr1839
2 parents 1621924 + 45d1c34 commit 745b393

File tree

74 files changed

+1035
-518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1035
-518
lines changed

CHANGELOG/preview.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Preview Changelog
22

3+
## [1.2.0-preview3](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview2..v1.2.0-preview3) - 2025-09-12
4+
5+
### New Features
6+
- Pagination for MCR catalog items (#1870)
7+
8+
### Bug Fix
9+
- Bug fix for CLM issues (#1869)
10+
- Update `-ModulePrefix` to be a static parameter (#1868)
11+
- Bug fix for populating all `#Requires` fields in `Update-PSScriptFileInfo` (#1863)
12+
- Bug fix for populating `Includes` metadata for packages from container registry repositories (#1861)
13+
- Bug fix for `Find-PSResource` and `Install-PSResource` not retrieving unlisted package versions (#1859)
14+
15+
316
## [1.2.0-preview2](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview1..v1.2.0-preview2) - 2025-07-21
417

518
### New Features
6-
- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
19+
- Integration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
720

821
### Bug Fix
922
- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!)
@@ -33,7 +46,7 @@
3346

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

3851
# Preview Changelog
3952

@@ -64,7 +77,7 @@
6477

6578
### Bug Fixes
6679

67-
- Add prerelease string when NormalizedVersion doesn't exist, but prelease string does (#1681 Thanks @sean-r-williams)
80+
- Add prerelease string when NormalizedVersion doesn't exist, but prerelease string does (#1681 Thanks @sean-r-williams)
6881
- Add retry logic when deleting files (#1667 Thanks @o-l-a-v!)
6982
- Fix broken PAT token use (#1672)
7083
- Updated error messaging for authenticode signature failures (#1701)
@@ -79,4 +92,4 @@
7992

8093
- Fix incorrect request URL when installing resources from ADO (#1597 Thanks @anytonyoni!)
8194
- Fix for swallowed exceptions (#1569)
82-
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
95+
- Fix for PSResourceGet not working in Constrained Language Mode (#1564)

Examples/FindRepositorySearchingExamples.md

Lines changed: 77 additions & 89 deletions
Large diffs are not rendered by default.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.413"
3+
"version": "8.0.414"
44
}
55
}

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'preview2'
49+
Prerelease = 'preview3'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,10 +56,22 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.2.0-preview3
60+
61+
### New Features
62+
- Pagination for MCR catalog items (#1870)
63+
64+
### Bug Fix
65+
- Bug fix for CLM issues (#1869)
66+
- Update `-ModulePrefix` to be a static parameter (#1868)
67+
- Bug fix for populating all `#Requires` fields in `Update-PSScriptFileInfo` (#1863)
68+
- Bug fix for populating `Includes` metadata for packages from container registry repositories (#1861)
69+
- Bug fix for `Find-PSResource` and `Install-PSResource` not retrieving unlisted package versions (#1859)
70+
5971
## 1.2.0-preview2
6072
6173
### New Features
62-
- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
74+
- Integration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
6375
6476
### Bug Fix
6577
- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!)
@@ -141,7 +153,7 @@
141153
142154
### Bug Fixes
143155
144-
- Add prerelease string when NormalizedVersion doesn't exist, but prelease string does (#1681 Thanks @sean-r-williams)
156+
- Add prerelease string when NormalizedVersion doesn't exist, but prerelease string does (#1681 Thanks @sean-r-williams)
145157
- Add retry logic when deleting files (#1667 Thanks @o-l-a-v!)
146158
- Fix broken PAT token use (#1672)
147159
- Updated error messaging for authenticode signature failures (#1701)
@@ -157,7 +169,7 @@
157169
158170
- Fix incorrect request URL when installing resources from ADO (#1597 Thanks @anytonyoni!)
159171
- Fix for swallowed exceptions (#1569)
160-
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
172+
- Fix for PSResourceGet not working in Constrained Language Mode (#1564)
161173
162174
## 1.0.6
163175

src/code/CompressPSResource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public sealed class CompressPSResource : PSCmdlet
5959

6060
protected override void BeginProcessing()
6161
{
62-
// Create a respository store (the PSResourceRepository.xml file) if it does not already exist
62+
// Create a repository store (the PSResourceRepository.xml file) if it does not already exist
6363
// This is to create a better experience for those who have just installed v3 and want to get up and running quickly
6464
RepositorySettings.CheckRepositoryStore();
6565

src/code/ContainerRegistryResponseUtil.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public ContainerRegistryResponseUtil(PSRepositoryInfo repository) : base(reposit
2626

2727
#endregion
2828

29-
#region Overriden Methods
29+
#region Overridden Methods
3030

31-
public override IEnumerable<PSResourceResult> ConvertToPSResourceResult(FindResults responseResults)
31+
public override IEnumerable<PSResourceResult> ConvertToPSResourceResult(FindResults responseResults, bool isResourceRequestedWithWildcard = false)
3232
{
3333
Hashtable[] responses = responseResults.HashtableResponse;
3434
foreach (Hashtable response in responses)

0 commit comments

Comments
 (0)