-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: version-fox.vfox version 0.5.4 (#161354)
- Loading branch information
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
manifests/v/version-fox/vfox/0.5.4/version-fox.vfox.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,19 @@ | ||
# Created using wingetcreate 1.6.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: version-fox.vfox | ||
PackageVersion: 0.5.4 | ||
InstallerType: inno | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_setup_i386.exe | ||
InstallerSha256: 7E2AC5D5FC36A0AB96E1A8ED18CBC77FA37BD223DDFF54BD1412F73FFCEE5390 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_setup_x86_64.exe | ||
InstallerSha256: 49EB13B80880187BC67E7B13E1670779C4EEC7D271855CA0F7659055651ED523 | ||
- Architecture: arm64 | ||
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_setup_aarch64.exe | ||
InstallerSha256: 290FB4C48507FC8EFEC90F2569536F9638422169C36E5375BF2724C0E3C52D91 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 | ||
ReleaseDate: 2024-06-29 |
39 changes: 39 additions & 0 deletions
39
manifests/v/version-fox/vfox/0.5.4/version-fox.vfox.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,39 @@ | ||
# Created using wingetcreate 1.6.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: version-fox.vfox | ||
PackageVersion: 0.5.4 | ||
PackageLocale: en-US | ||
Publisher: Han Li | ||
PublisherUrl: https://github.com/version-fox | ||
PackageName: vfox | ||
License: Apache-2.0 | ||
LicenseUrl: https://github.com/version-fox/vfox/blob/HEAD/LICENSE | ||
ShortDescription: A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more | ||
Tags: | ||
- asdf | ||
- bash | ||
- cli | ||
- cmd | ||
- cross-platform | ||
- development-tools | ||
- golang | ||
- linux | ||
- lua | ||
- macos | ||
- nodejs | ||
- plugin-manager | ||
- powershell | ||
- version-manager | ||
- windows | ||
- zsh | ||
ReleaseNotes: |- | ||
- feat: consistent list outputs by @mchgood in #285 | ||
- fix: make sure the temporary directory exists when upgrading by @mchgood in #276 | ||
- fix: do not clean temporary files of the shell which is running. by @jan-bar in #284 | ||
- fix: reuse temporary directories across days by @jan-bar in #314 | ||
- fix: convert bash format paths only when outputting the environment by @aooohan in e4a1e47 | ||
- fix: determine whether vfox has been initialized in the parent process for ZSH by @fangzhengjin in #311 | ||
ReleaseNotesUrl: https://github.com/version-fox/vfox/releases/tag/v0.5.4 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.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 using wingetcreate 1.6.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: version-fox.vfox | ||
PackageVersion: 0.5.4 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |