Skip to content

Tags: microsoft/winget-cli

Tags

v1.10.40-preview

Toggle v1.10.40-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add msstore productId to export manifest and to wingetutil interop ma…

…nifest object (#4934)

This change was needed as part of the effort to make exported manifest
(from winget download msstore apps) to be re-parsed and uploaded to
winget rest source.
 
Updated the some of the manifest schemas to add "required" for some
required fields previously missing.

Also, during my cross validation with the manifest schemas, I found
ExpectedReturnCode::Custom was added in manifest but not actually
updated in code. So I updated the ExpectedReturnCode map in code with
this change too.

v1.10.30-preview

Toggle v1.10.30-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add msstore productId to export manifest and to wingetutil interop ma…

…nifest object (#4934)

This change was needed as part of the effort to make exported manifest
(from winget download msstore apps) to be re-parsed and uploaded to
winget rest source.
 
Updated the some of the manifest schemas to add "required" for some
required fields previously missing.

Also, during my cross validation with the manifest schemas, I found
ExpectedReturnCode::Custom was added in manifest but not actually
updated in code. So I updated the ExpectedReturnCode map in code with
this change too.

v1.9.25200

Toggle v1.9.25200's commit message
Remove attribute in DSC (#4932)

## Change
Removes the attribute `ValidateNotNullOrWhiteSpace` as it is only
available starting in 7.4. The attributes also only validate when the
value is assigned, so enforcing that a value is set is more complete.

## Validation
Loads in PS 7.2.8 now.

v1.9.25180

Toggle v1.9.25180's commit message
Add support for 1.9 manifest in rest source parsing and winget utils …

…interop (#4906)

v1.9.25170

Toggle v1.9.25170's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert ARP error change and AddOrUpdate return bool in 1.9 (#4895)

v1.9.2507

Toggle v1.9.2507's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add extended error codes to results without them (#4858)

## Change
Adds `HRESULT ExtendedErrorCode{ get; };` to the `FindPackagesResult`
and `ConnectResult` classes that did not have them. They work just like
the other cases, exposing the raw `HRESULT` value from their respective
operations.

v1.9.2411-preview

Toggle v1.9.2411-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Generate test certificates in pipeline (#4747)

The tests use test certificates for codesigning and for HTTPS with the
localhost server. These test certificates were stored as secure files in
the pipelines.

This PR changes the test pipeline to generate the certificates on each
run so that we don't need to create new certificates when they expire,
or if we want to recreate the pipelines in a different ADO account.

* Added pipeline steps to create/install the test certificates for
codesigning and HTTPS. The scripts export the path and password (a GUID)
as pipeline variables for use in subsequent tasks
* Removed unnecessary BinSkim task (already included in official
pipelines)
* Removed unused certificates from the code (unrelated to the ones being
replaced)
* Updated hash tests that were using the existing certificates to use a
different file, as the cert is no longer constant
* Added collection of the logs from the localhost server and index
creation; this requires stopping the server after it is used

v1.9.2151-preview

Toggle v1.9.2151-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix downloader selection (#4696)

Resolves #4695
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4696)

v1.8.1911

Toggle v1.8.1911's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for attempted use of capability API before it was introduced (#4623)

## Change
Check for the existence of
`Windows::Security::Authorization::AppCapabilityAccess::AppCapability`,
and if it is not present, simply force the caller to be at least medium
integrity level.

Cherry-pick of #4620

v1.9.1981-preview

Toggle v1.9.1981-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Component Governance fix: Update libyaml (#4583)

Component governance fix: update libyaml