commit 80d8a63cd27ecc822d10e23d59cca5cd0c0e0890 parent 53b9ad881a438d6d1c5aa741b98e1db2b608d56c Author: MarNicGit <47538428+MarNicGit@users.noreply.github.com> Date: Thu, 13 May 2021 14:00:33 -0700 Update ManifestSpecv1.0.md (#961) This fixes casing - `winget validate` fails on these fields because it requires PascalCase. Diffstat:
| M | doc/ManifestSpecv1.0.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/ManifestSpecv1.0.md b/doc/ManifestSpecv1.0.md @@ -91,12 +91,12 @@ PackageIdentifier: "Microsoft.WindowsTerminal" PackageVersion: "1.6.10571.0" PackageLocale: "en-US" Publisher: "Microsoft" -PublisherURL: "https://www.microsoft.com/" -PrivacyURL: "https://privacy.microsoft.com/" +PublisherUrl: "https://www.microsoft.com/" +PrivacyUrl: "https://privacy.microsoft.com/" PackageName: "Windows Terminal" -PackageURL: "https://docs.microsoft.com/windows/terminal/" +PackageUrl: "https://docs.microsoft.com/windows/terminal/" License: "MIT" -LicenseURL: "https://github.com/microsoft/terminal/blob/master/LICENSE" +LicenseUrl: "https://github.com/microsoft/terminal/blob/master/LICENSE" ShortDescription: "The new Windows Terminal, a tabbed command line experience for Windows." Tags: - "Console"