WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
The requestor of this new (1.10) API needs to know whether the operation was an add or an update. At the same time, the "was the index modified" return value from Update has always been true for any changes since the manifest hash was added.
Change
Return true when adding and false when updating.
Validation
Updated the unit tests to reflect this semantic shift.
Issue
The requestor of this new (1.10) API needs to know whether the operation was an add or an update. At the same time, the "was the index modified" return value from Update has always been true for any changes since the manifest hash was added.
Change
Return
true
when adding andfalse
when updating.Validation
Updated the unit tests to reflect this semantic shift.
Microsoft Reviewers: Open in CodeFlow