Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.DotNet.HostingBundle.6 version 6.0.3 #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json

PackageIdentifier: Microsoft.DotNet.AspNetCore.6
PackageVersion: 6.0.3
MinimumOSVersion: 6.1.7601
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /passive
Installers:
- Architecture: x64
InstallerType: burn
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.3/aspnetcore-runtime-6.0.3-win-x64.exe
InstallerSha256: 2824F8AB6EA1DF91083013968DDB13E6EEC38B109543FD54491BB8A79997BB4F
- Architecture: x86
InstallerType: burn
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.3/aspnetcore-runtime-6.0.3-win-x86.exe
InstallerSha256: 23DDB9FA5CD525EFB433F3FAA46BFD32D973C39826FEC41A20F226494DC780A2
ManifestType: installer
ManifestVersion: 1.1.0

Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: Microsoft.dotnet
PackageVersion: 5.3.21.26805
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json

PackageIdentifier: Microsoft.DotNet.AspNetCore.6
PackageVersion: 6.0.3
PackageLocale: en-US
LicenseUrl: https://github.com/dotnet/core/blob/master/LICENSE.TXT
Moniker: dotnet
PackageUrl: https://docs.microsoft.com/en-us/dotnet/
Publisher: Microsoft Corporation
PackageName: Microsoft ASP.NET Core Runtime 6.0
PackageUrl: https://dotnet.microsoft.com
License: MIT
ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
Tags:
- .NET
- .NET Core
Expand All @@ -16,10 +19,10 @@ Tags:
- fsharp
- VB
- Visual Basic
Publisher: Microsoft Corporation
PackageName: Microsoft .NET SDK
License: MIT
ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
- ASP.NET
- ASP.NET Core
- runtime
- web
ManifestType: defaultLocale
ManifestVersion: 1.0.0
ManifestVersion: 1.1.0

Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Created using wingetcreate 0.4.4.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json

PackageIdentifier: Microsoft.dotnetRuntime.6-x64
PackageVersion: 6.0.2.30914
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.1.0

# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json

PackageIdentifier: Microsoft.DotNet.AspNetCore.6
PackageVersion: 6.0.3
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.1.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json

PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview
PackageVersion: 7.0.0-preview.2.22153.2
MinimumOSVersion: 6.1.7601
InstallerSwitches:
Silent: /quiet
SilentWithProgress: /passive
Installers:
- Architecture: x64
InstallerType: burn
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/7.0.0-preview.2.22153.2/aspnetcore-runtime-7.0.0-preview.2.22153.2-win-x64.exe
InstallerSha256: 5A1D7B457155A0C4B49491D6A2177A83633360F9972C56C60EB07A318D8BE809
- Architecture: x86
InstallerType: burn
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/7.0.0-preview.2.22153.2/aspnetcore-runtime-7.0.0-preview.2.22153.2-win-x86.exe
InstallerSha256: 37F11DDB58CDCAFA1105315EEC6B3BF8ADA398929AC4F53E91B92CA13475B8DB
ManifestType: installer
ManifestVersion: 1.1.0

Loading