Skip to content

Commit 2b5584e

Browse files
committed
RoslynPad 21.1
1 parent a4c9515 commit 2b5584e

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
2+
3+
PackageIdentifier: RoslynPad.RoslynPad
4+
PackageVersion: 21.1.0
5+
InstallerType: zip
6+
ArchiveBinariesDependOnPath: true
7+
Dependencies:
8+
PackageDependencies:
9+
- PackageIdentifier: Microsoft.DotNet.SDK.10
10+
Installers:
11+
- Architecture: x64
12+
NestedInstallerType: portable
13+
NestedInstallerFiles:
14+
- RelativeFilePath: ./RoslynPad.exe
15+
PortableCommandAlias: RoslynPad
16+
InstallerUrl: https://github.com/roslynpad/roslynpad/releases/download/21.1.0/RoslynPad-windows-x64.zip
17+
InstallerSha256: 89DEBF27B63D71526A4BE4DFEDB07424F632268DFDF2266DC2D3649FD4ADEFD8
18+
- Architecture: arm64
19+
NestedInstallerType: portable
20+
NestedInstallerFiles:
21+
- RelativeFilePath: ./RoslynPad.exe
22+
PortableCommandAlias: RoslynPad
23+
InstallerUrl: https://github.com/roslynpad/roslynpad/releases/download/21.1.0/RoslynPad-windows-arm64.zip
24+
InstallerSha256: 504704E4CE5E9F6466D915CB537D92803F292F88962A29217433892385D0CE4A
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
2+
3+
PackageIdentifier: RoslynPad.RoslynPad
4+
PackageVersion: 21.1.0
5+
PackageName: RoslynPad
6+
PackageLocale: en-US
7+
PublisherUrl: https://roslynpad.net
8+
Publisher: Eli Arbel
9+
ShortDescription: C# editor and runner based on Roslyn
10+
License: MIT
11+
ManifestType: defaultLocale
12+
ManifestVersion: 1.12.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
2+
3+
PackageIdentifier: RoslynPad.RoslynPad
4+
PackageVersion: 21.1.0
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)