Added x86 architecture to .NET 5.0 Desktop Runtime version 5.0.4.29817. (#9502)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.dotnetRuntime
|
||||
PackageVersion: 5.0.4.29817
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/7a5d15ae-0487-428d-8262-2824279ccc00/6a10ce9e632bce818ce6698d9e9faf39/windowsdesktop-runtime-5.0.4-win-x64.exe
|
||||
InstallerSha256: FD229F690F79E2F521DD74AFA0036C3CC35BB4B65B4302BB4DD8B8A455A6532F
|
||||
InstallerType: exe
|
||||
Scope: machine
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0c5c56a4-8b34-4361-8af9-482c788b2bcf/d734b200547c8c367eb45ebbd69c4698/windowsdesktop-runtime-5.0.4-win-x86.exe
|
||||
InstallerSha256: 9A76C09EA3B8ACEC31264850050BC2509F23ECCD6E6626B9DAFBD4164C8DFFD0
|
||||
InstallerType: exe
|
||||
Scope: machine
|
||||
InstallerSwitches:
|
||||
Silent: /quiet /norestart
|
||||
SilentWithProgress: /passive
|
||||
Custom: /install
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
@@ -0,0 +1,25 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.dotnetRuntime
|
||||
PackageVersion: 5.0.4.29817
|
||||
PackageLocale: en-US
|
||||
LicenseUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default
|
||||
Moniker: dotNETruntime
|
||||
Tags:
|
||||
- .NET
|
||||
- .NET Core
|
||||
- dotnet
|
||||
- net
|
||||
- C#
|
||||
- csharp
|
||||
- F#
|
||||
- fsharp
|
||||
- VB
|
||||
- Visual Basic
|
||||
PackageUrl: https://dotnet.microsoft.com/download/dotnet-core/current/runtime
|
||||
Publisher: Microsoft
|
||||
PackageName: .NET Core Runtime
|
||||
License: Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
ShortDescription: .NET Core Runtime is required to run an to run existing .NET Core application.
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.0.0
|
||||
|
@@ -1,34 +1,7 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.dotnetRuntime
|
||||
PackageName: .NET Core Runtime
|
||||
PackageVersion: 5.0.4.29817
|
||||
Publisher: Microsoft
|
||||
License: Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
LicenseUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default
|
||||
Moniker: dotNETruntime
|
||||
Tags:
|
||||
- .NET
|
||||
- .NET Core
|
||||
- dotnet
|
||||
- net
|
||||
- C#
|
||||
- csharp
|
||||
- F#
|
||||
- fsharp
|
||||
- VB
|
||||
- Visual Basic
|
||||
ShortDescription: .NET Core Runtime is required to run an to run existing .NET Core application.
|
||||
PackageUrl: https://dotnet.microsoft.com/download/dotnet-core/current/runtime
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/7a5d15ae-0487-428d-8262-2824279ccc00/6a10ce9e632bce818ce6698d9e9faf39/windowsdesktop-runtime-5.0.4-win-x64.exe
|
||||
InstallerSha256: FD229F690F79E2F521DD74AFA0036C3CC35BB4B65B4302BB4DD8B8A455A6532F
|
||||
InstallerType: exe
|
||||
Scope: machine
|
||||
InstallerSwitches:
|
||||
Silent: /quiet /norestart
|
||||
SilentWithProgress: /passive
|
||||
Custom: /install
|
||||
ProductCode: "{ff817559-f11f-4faa-af52-26feb4b46fff}"
|
||||
PackageLocale: en-US
|
||||
ManifestType: singleton
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
|
Reference in New Issue
Block a user