From cb0130d8753b26b405b83e561d5323696e713271 Mon Sep 17 00:00:00 2001 From: darthur6039 <84944059+darthur6039@users.noreply.github.com> Date: Fri, 28 May 2021 16:16:05 +0300 Subject: [PATCH] Update package ID for VS2019 Enterprise Preview (#14182) * Update package ID for VS2019 Enterprise Preview Update package ID. Update package metadata. * Add YAML extension * Update License and LicenseUrl --- ....VisualStudio.2019.Enterprise-Preview.yaml | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 manifests/m/Microsoft/VisualStudio/2019/Enterprise-Preview/16.11.31320.298/Microsoft.VisualStudio.2019.Enterprise-Preview.yaml diff --git a/manifests/m/Microsoft/VisualStudio/2019/Enterprise-Preview/16.11.31320.298/Microsoft.VisualStudio.2019.Enterprise-Preview.yaml b/manifests/m/Microsoft/VisualStudio/2019/Enterprise-Preview/16.11.31320.298/Microsoft.VisualStudio.2019.Enterprise-Preview.yaml new file mode 100644 index 000000000..91ea389be --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Enterprise-Preview/16.11.31320.298/Microsoft.VisualStudio.2019.Enterprise-Preview.yaml @@ -0,0 +1,67 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json +PackageIdentifier: "Microsoft.VisualStudio.2019.Enterprise-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 Enterprise 2019 Preview" +PackageUrl: "https://visualstudio.microsoft.com/vs/preview/" +License: "Microsoft Pre-Release Software License" +LicenseUrl: "https://visualstudio.microsoft.com/license-terms/mlt110718/" +Copyright: "© 2021 Microsoft" +CopyrightUrl: "https://www.microsoft.com/en-us/legal/copyright" +ShortDescription: "End-to-end solution for teams of any size. Best if you have a Visual Studio Enterprise subscription." +Description: "An integrated, end-to-end solution for teams of any size with demanding quality and scale needs.\nTake advantage of comprehensive tools and services to design, build, and deploy complex enterprise\napplications." +Moniker: "vs2019-enterprise-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 " +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/b1feac119b6d8b1705d64da88cbb072dc5d644b9cfe9af901bc1b897d5cb3c66/vs_Enterprise.exe" + InstallerSha256: "b1feac119b6d8b1705d64da88cbb072dc5d644b9cfe9af901bc1b897d5cb3c66" +ManifestType: "singleton" +ManifestVersion: "1.0.0"