Microsoft 11762 Published by

A new development release of Windows Package Manager 1.9 is now available for Windows 10 and Windows 11. This release includes experimental features, which can be enabled by adding the following settings to the wings (winget settings) file. Changes include updating the localization pipeline to a new authentication type, fixing the loc pipeline service connection, enabling Microsoft Entra Id auth for displaycatalog, adding tests for configure mixed elevation, enabling v2 index EF by default, trimming versions when parsing, and improving support for versions with preambles.



Windows Package Manager 1.9.1792-preview

This is the third development build after the Windows Package Manager 1.8 build for Windows 10(1809+) and Windows 11.
This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

    "experimentalFeatures": {
        "sideBySide": true,
        "configureSelfElevate": true,
        "storeDownload": true,
        "configureExport": true,
        "indexV2": true
    }

What's Changed

  • Update localization pipeline to new auth type by  @florelis in  #4532
  • Fix loc pipeline service connection by  @florelis in  #4533
  • Enable Microsoft Entra Id auth for displaycatalog and use enterprise offline sku by  @yao-msft in  #4544
  • Add tests for configure mixed elevation by  @ryfu-msft in  #4487
  • Make v2 index EF enabled by default by  @JohnMcPMS in  #4553
  • Trim Version When Parsing by  @Trenly in  #4554
  • Add Tests for Parsing Versions with Whitespace by  @Trenly in  #4557
  • Winget Repair - Eliminate installer type mapping for MSI/WIX and MSIX NonStore ,code refactoring & E2E Test Coverage by  @Madhusudhan-MSFT in  #4534
  • Update Pipeline Component Versions by  @Trenly in  #4560
  • Add support for extracting archives using tar.exe by  @ryfu-msft in  #4541
  • Make SxS stable by  @JohnMcPMS in  #4563
  • Use digest verification APIs for MSIX when available by  @JohnMcPMS in  #4564
  • Improve Support for Versions with Preambles by  @Trenly in  #4558
  • Launch COM server for elevated use via packaged path by  @JohnMcPMS in  #4567
  • Fix export manifest with multiple locales by  @yao-msft in  #4569
  • Configuration history support by  @JohnMcPMS in  #4552
  • Make Store package download stable by  @yao-msft in  #4570
  • Update expired certificate with incoming one by  @JohnMcPMS in  #4568
  • Apply latest patch for localized strings by  @ryfu-msft in  #4578
  • Update winget server com security by  @yao-msft in  #4577
  • Component Governance fix: Update libyaml by  @yao-msft in  #4583

Full Changelog release-v1.9.1551-preview...release-v1.9.1792-preview

Release Windows Package Manager 1.9.1792-preview · microsoft/winget-cli