forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: kevinboss.port version 2.1.0 (microsoft#204161)
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
manifests/k/kevinboss/port/2.1.0/kevinboss.port.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: kevinboss.port | ||
PackageVersion: 2.1.0 | ||
InstallerType: portable | ||
Commands: | ||
- port | ||
ReleaseDate: 2024-12-30 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/kevinboss/port/releases/download/v2.1.0/port.exe | ||
InstallerSha256: 1BA76A776E8103C1F6ED5DB202482DC8268F6F04C974CE1766B4671F9077A101 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
25 changes: 25 additions & 0 deletions
25
manifests/k/kevinboss/port/2.1.0/kevinboss.port.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: kevinboss.port | ||
PackageVersion: 2.1.0 | ||
PackageLocale: en-US | ||
Publisher: Kevin Boss | ||
PublisherUrl: https://github.com/kevinboss | ||
PublisherSupportUrl: https://github.com/kevinboss/port/issues | ||
PackageName: port | ||
PackageUrl: https://github.com/kevinboss/port | ||
License: GPL-3.0 | ||
LicenseUrl: https://github.com/kevinboss/port/blob/master/LICENSE | ||
ShortDescription: A tool that has been designed to manage multiple docker images and / or tags of these images. | ||
Description: |- | ||
A tool that has been designed to manage multiple docker images and / or tags of these images. | ||
It allows the user to run one of these images / tags in a container, creating snapshots of that running container and manage the downloaded images | ||
ReleaseNotes: |- | ||
What's Changed | ||
- chore(deps): bump yamldotnet from 16.2.1 to 16.3.0 in /src by @dependabot in #124 | ||
- chore(deps): bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @dependabot in #125 | ||
- feature/status by @kevinboss in #126 | ||
ReleaseNotesUrl: https://github.com/kevinboss/port/releases/tag/v2.1.0 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: kevinboss.port | ||
PackageVersion: 2.1.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |