Update VS2019 Community Preview manifest (#14178)

* Updated manifest for VS2019 Community Preview

Updated package ID.
Updated package metadata.

* Delete Microsoft.VisualStudio.2019.Community-Preview.yaml

* Create Microsoft.VisualStudio.2019.Community-Preview.yaml
This commit is contained in:
darthur6039
2021-05-28 15:27:08 +03:00
committed by GitHub
parent 2f48d6b408
commit a97ab16d05

View File

@@ -0,0 +1,67 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
PackageIdentifier: "Microsoft.VisualStudio.2019.Community-Preview"
PackageVersion: "16.11.31320.298"
PackageLocale: "en-US"
Publisher: "Microsoft Corporation"
PublisherUrl: "https://www.microsoft.com/"
PublisherSupportUrl: "https://visualstudio.microsoft.com/vs/support/"
PrivacyUrl: "https://privacy.microsoft.com/"
PackageName: "Visual Studio Community 2019 Preview"
PackageUrl: "https://visualstudio.microsoft.com/vs/preview/"
License: "Microsoft Software License"
LicenseUrl: "https://visualstudio.microsoft.com/license-terms/mlt031819/"
Copyright: "© 2021 Microsoft"
CopyrightUrl: "https://www.microsoft.com/en-us/legal/copyright"
ShortDescription: "Free, fully-featured IDE for students, open-source contributors, and individuals."
Description: "A fully-featured, extensible, free IDE for creating modern applications for Android, iOS, Windows,\nas well as web applications and cloud services."
Moniker: "vs2019-community-preview"
InstallerLocale: "en-US"
Platform:
- "Windows.Desktop"
MinimumOSVersion: "6.1.7601.17514"
InstallerType: "exe"
Scope: "machine"
InstallModes:
- "interactive"
- "silent"
- "silentWithProgress"
InstallerSwitches:
Silent: "--quiet"
SilentWithProgress: "--passive"
InstallLocation: "--installPath <INSTALLPATH>"
InstallerSuccessCodes:
- 1641
- 3010
Commands:
- devenv
Protocols:
- "git-client"
- "vsls"
- "vssd"
- "vstfs"
- "vsweb"
FileExtensions:
- "asm"
- "asmx"
- "asp"
- "aspx"
- "c"
- "config"
- "cpp"
- "cppm"
- "cs"
- "csproj"
- "cxx"
- "h"
- "hpp"
- "hxx"
- "ts"
- "vcproj"
- "vcxproj"
- "xml"
Installers:
- Architecture: "x86"
InstallerUrl: "https://download.visualstudio.microsoft.com/download/pr/e527d47a-814f-44bf-9cf8-2c0d9ed19e47/6630e33cd8f95ecd95072b278170153362915399344dd8a28f1c04d0fe5aa551/vs_Community.exe"
InstallerSha256: "6630e33cd8f95ecd95072b278170153362915399344dd8a28f1c04d0fe5aa551"
ManifestType: "singleton"
ManifestVersion: "1.0.0"