Update Manifest_Request.md (#9531)
This commit is contained in:
23
.github/ISSUE_TEMPLATE/Manifest_Request.md
vendored
23
.github/ISSUE_TEMPLATE/Manifest_Request.md
vendored
@@ -33,15 +33,18 @@ Fill out as much of the manifest as you can:
|
|||||||
|
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
Id: string # publisher.package format
|
PackageIdentifier: # publisher.package format (example: "Microsoft.WindowsTerminal")
|
||||||
Publisher: string # the name of the publisher
|
PackageVersion: # version number format x.y.z.a (example: "1.6.10571.0")
|
||||||
Name: string # the name of the application
|
PackageLocale: # meta-data locale (example: "en-US")
|
||||||
Version: string # version numbering format
|
Publisher: # publisher name (example: "Microsoft Corporation")
|
||||||
License: string # the open source license or copyright
|
PackageName: # package name (example: "Windows Terminal")
|
||||||
InstallerType: string # enumeration of supported installer types (exe, msi, msix, inno, wix, nullsoft, appx)
|
License: # package license (example: "MIT")
|
||||||
|
ShortDescription: # package description (example: "The new Windows Terminal")
|
||||||
Installers:
|
Installers:
|
||||||
- Arch: string # enumeration of supported architectures
|
- Architecture: # installer architecture (example: "x64")
|
||||||
Url: string # path to download installation file
|
InstallerType: # installer type (example: "msix")
|
||||||
Sha256: string # SHA256 calculated from installer
|
InstallerUrl: # installer URL (should be https://)
|
||||||
# ManifestVersion: 0.1.0
|
InstallerSha256: # SHA256 hash calculated from installer
|
||||||
|
ManifestType: singleton
|
||||||
|
ManifestVersion: 1.0.0
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user