winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Manifest-Bad-AppsAndFeaturesEntriesOnMSIX.yaml (715B)


      1 # Bad manifest. Invalid Arch value
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.1.0.schema.json
      3 
      4 PackageIdentifier: microsoft.msixsdk
      5 PackageName: MSIX SDK
      6 PackageVersion: 1.7.32
      7 Publisher: Microsoft
      8 License: Test
      9 ShortDescription: desc
     10 PackageLocale: en-US
     11 Installers:
     12   - Architecture: x86
     13     InstallerType: msix
     14     InstallerUrl: https://ThisIsNotUsed
     15     InstallerSha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD
     16     AppsAndFeaturesEntries:
     17       - DisplayName: DisplayName
     18         DisplayVersion: DisplayVersion
     19         Publisher: Publisher
     20         ProductCode: ProductCode
     21         UpgradeCode: UpgradeCode
     22 
     23 ManifestType: singleton
     24 ManifestVersion: 1.1.0