Skip to content

Commit

Permalink
Update manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aelij authored Sep 19, 2024
1 parent 07d38fa commit 17d597d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: RoslynPad.RoslynPad
PackageVersion: 20.0.0
Expand All @@ -22,4 +22,4 @@ Installers:
InstallerUrl: https://github.com/roslynpad/roslynpad/releases/download/20/RoslynPad-windows-arm64.zip
InstallerSha256: EC64C4C4C73E0DAF400D2EA2FEE0B8BE12A91E3DF6716886CEE116B3F693C662
ManifestType: installer
ManifestVersion: 1.5.0
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: RoslynPad.RoslynPad
PackageVersion: 20.0.0
Expand All @@ -9,4 +9,4 @@ Publisher: Eli Arbel
ShortDescription: C# editor and runner based on Roslyn
License: MIT
ManifestType: defaultLocale
ManifestVersion: 1.5.0
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: RoslynPad.RoslynPad
PackageVersion: 20.0.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 20.0.0
ManifestVersion: 1.6.0

1 comment on commit 17d597d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (1)

subkey

Previously acknowledged words that are now absent craigloewen Daa Esco fabricbot Filezilla jedieaston Joakim Kad Karan Levvie mdanish Megamix msft quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the [email protected]:roslynpad/winget-pkgs.git repository
on the rp20 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/roslynpad/winget-pkgs/actions/runs/10935000927/attempts/1'
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.