Skip to content

Commit 336f8cb

Browse files
committed
Add .NET 7 P2 manifests
1 parent f3bab4a commit 336f8cb

15 files changed

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.2
5+
MinimumOSVersion: 6.1.7601
6+
InstallerSwitches:
7+
Silent: /quiet
8+
SilentWithProgress: /passive
9+
Installers:
10+
- Architecture: x64
11+
InstallerType: burn
12+
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
13+
InstallerSha256: 5A1D7B457155A0C4B49491D6A2177A83633360F9972C56C60EB07A318D8BE809
14+
- Architecture: x86
15+
InstallerType: burn
16+
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
17+
InstallerSha256: 37F11DDB58CDCAFA1105315EEC6B3BF8ADA398929AC4F53E91B92CA13475B8DB
18+
ManifestType: installer
19+
ManifestVersion: 1.1.0
20+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.2
5+
PackageLocale: en-US
6+
Publisher: Microsoft Corporation
7+
PackageName: Microsoft ASP.NET Core Runtime 7.0 Preview
8+
PackageUrl: https://dotnet.microsoft.com
9+
License: MIT
10+
ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
11+
Tags:
12+
- .NET
13+
- .NET Core
14+
- dotnet
15+
- net
16+
- C#
17+
- csharp
18+
- F#
19+
- fsharp
20+
- VB
21+
- Visual Basic
22+
- ASP.NET
23+
- ASP.NET Core
24+
- runtime
25+
- web
26+
ManifestType: defaultLocale
27+
ManifestVersion: 1.1.0
28+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.2
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.1.0
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.DesktopRuntime.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.5
5+
MinimumOSVersion: 6.1.7601
6+
InstallerSwitches:
7+
Silent: /quiet
8+
SilentWithProgress: /passive
9+
Installers:
10+
- Architecture: arm64
11+
InstallerType: burn
12+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/7.0.0-preview.2.22153.5/windowsdesktop-runtime-7.0.0-preview.2.22153.5-win-arm64.exe
13+
InstallerSha256: D6B73724DFF32DD05BD320D9C159A8ACEE0DEFB322756CCFEFCE388795F0F526
14+
- Architecture: x64
15+
InstallerType: burn
16+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/7.0.0-preview.2.22153.5/windowsdesktop-runtime-7.0.0-preview.2.22153.5-win-x64.exe
17+
InstallerSha256: 01A409D7F198B1EBF5882CCFFC9F81A0EBF956E47545D9D4CD0A68D87C5A3302
18+
- Architecture: x86
19+
InstallerType: burn
20+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/7.0.0-preview.2.22153.5/windowsdesktop-runtime-7.0.0-preview.2.22153.5-win-x86.exe
21+
InstallerSha256: D62ABA21B815B2F773DE13C310B4B69AFCA8D8ADDCF55CC321BF757D8BCB3C90
22+
ManifestType: installer
23+
ManifestVersion: 1.1.0
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.DesktopRuntime.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.5
5+
PackageLocale: en-US
6+
Publisher: Microsoft Corporation
7+
PackageName: Microsoft .NET Windows Desktop Runtime 7.0 Preview
8+
PackageUrl: https://dotnet.microsoft.com
9+
License: MIT
10+
ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
11+
Tags:
12+
- .NET
13+
- .NET Core
14+
- dotnet
15+
- net
16+
- C#
17+
- csharp
18+
- F#
19+
- fsharp
20+
- VB
21+
- Visual Basic
22+
- Windows Desktop
23+
- Windows
24+
- runtime
25+
ManifestType: defaultLocale
26+
ManifestVersion: 1.1.0
27+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.DesktopRuntime.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.5
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.1.0
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.2
5+
MinimumOSVersion: 6.1.7601
6+
InstallerSwitches:
7+
Silent: /quiet
8+
SilentWithProgress: /passive
9+
Installers:
10+
- Architecture: x86
11+
InstallerType: burn
12+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/7.0.0-preview.2.22153.2/dotnet-hosting-7.0.0-preview.2.22153.2-win.exe
13+
InstallerSha256: 1C39C662E1109665FA5A818551C287DEFFC308849E22A0E4E5DAD756D8F474B9
14+
ManifestType: installer
15+
ManifestVersion: 1.1.0
16+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.2
5+
PackageLocale: en-US
6+
Publisher: Microsoft Corporation
7+
PackageName: Microsoft ASP.NET Core Hosting Bundle 7.0 Preview
8+
PackageUrl: https://dotnet.microsoft.com
9+
License: MIT
10+
ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
11+
Tags:
12+
- .NET
13+
- .NET Core
14+
- dotnet
15+
- net
16+
- C#
17+
- csharp
18+
- F#
19+
- fsharp
20+
- VB
21+
- Visual Basic
22+
- ASP.NET Core
23+
- ASP.NET
24+
- web
25+
- hosting
26+
- hosting bundle
27+
- IIS
28+
ManifestType: defaultLocale
29+
ManifestVersion: 1.1.0
30+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview
4+
PackageVersion: 7.0.0-preview.2.22153.2
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.1.0
8+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
2+
3+
PackageIdentifier: Microsoft.DotNet.Runtime.Preview
4+
PackageVersion: 7.0.0-preview.2.22152.2
5+
MinimumOSVersion: 6.1.7601
6+
InstallerSwitches:
7+
Silent: /quiet
8+
SilentWithProgress: /passive
9+
Installers:
10+
- Architecture: arm64
11+
InstallerType: burn
12+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/Runtime/7.0.0-preview.2.22152.2/dotnet-runtime-7.0.0-preview.2.22152.2-win-arm64.exe
13+
InstallerSha256: EB8B488CBF11BB337E4025AA05B8B4B1BA674768FBD8C2AA323056E1817C2216
14+
- Architecture: x64
15+
InstallerType: burn
16+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/Runtime/7.0.0-preview.2.22152.2/dotnet-runtime-7.0.0-preview.2.22152.2-win-x64.exe
17+
InstallerSha256: 7592EAE52987E1F9D587B87EEC28CC2A39C108EB336B87397327CF7496CDC699
18+
- Architecture: x86
19+
InstallerType: burn
20+
InstallerUrl: https://dotnetcli.azureedge.net/dotnet/Runtime/7.0.0-preview.2.22152.2/dotnet-runtime-7.0.0-preview.2.22152.2-win-x86.exe
21+
InstallerSha256: 66A5360FF2C4E3729BA9C770522EFB80FD8AC8D2605A314A23402702FCC593E1
22+
ManifestType: installer
23+
ManifestVersion: 1.1.0
24+

0 commit comments

Comments
 (0)