Skip to content

Commit 4d40cd1

Browse files
authored
New version: loonghao.vx version x-v0.6.7 (microsoft#327070)
1 parent 368aec3 commit 4d40cd1

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: loonghao.vx
5+
PackageVersion: x-v0.6.7
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: vx.exe
10+
PortableCommandAlias: vx
11+
InstallModes:
12+
- interactive
13+
- silent
14+
- silentWithProgress
15+
UpgradeBehavior: uninstallPrevious
16+
Dependencies:
17+
PackageDependencies:
18+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
19+
ReleaseDate: 2025-12-31
20+
Installers:
21+
- Architecture: x64
22+
InstallerUrl: https://github.com/loonghao/vx/releases/download/vx-v0.6.7/vx-x86_64-pc-windows-msvc.zip
23+
InstallerSha256: FD6D52B9CDB76F1220A25C035CD2A1E585286498DE9B46AC1E3C739351C6C7F4
24+
- Architecture: arm64
25+
InstallerUrl: https://github.com/loonghao/vx/releases/download/vx-v0.6.7/vx-aarch64-pc-windows-msvc.zip
26+
InstallerSha256: CA0AFB3B4352B2868C26D66EF1CC3AAB4014AC4F2E4DABE183D8D48105B2A8EB
27+
ManifestType: installer
28+
ManifestVersion: 1.10.0
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: loonghao.vx
5+
PackageVersion: x-v0.6.7
6+
PackageLocale: en-US
7+
Publisher: loonghao
8+
PublisherUrl: https://github.com/loonghao
9+
PublisherSupportUrl: https://github.com/loonghao/vx/issues
10+
PackageName: vx
11+
PackageUrl: https://github.com/loonghao/vx
12+
License: MIT
13+
LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE
14+
ShortDescription: Universal Development Tool Manager
15+
Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest.
16+
Tags:
17+
- cli
18+
- development
19+
- go
20+
- nodejs
21+
- python
22+
- rust
23+
- tool-manager
24+
- version-manager
25+
ReleaseNotes: |-
26+
0.6.7 (2025-12-31)
27+
Features
28+
- cli: integrate lock file with sync and install commands (a93ce06)
29+
- resolver: implement lock file mechanism (0214aa7)
30+
- vx-console: add unified console output system (fb49b97)
31+
Bug Fixes
32+
- add missing subdir field and ignore crates dead links in docs (8438853)
33+
- awscli: correct Linux executable path to aws/dist/aws (5d1f84a)
34+
- cli: move error_str into windows-only cfg block (0892cd4)
35+
- extension: add missing subdir field to RemoteSource tests (6aa9da1)
36+
Documentation
37+
- rfc: add design limitations and future improvements analysis (a6b75da)
38+
- rfc: add mainstream Rust CLI survey (Cargo, uv, ripgrep) to RFC 0009 (5556a63)
39+
- rfc: add RFC 0009 unified console output system (vx-console) (9450f6d)
40+
- rfc: integrate vx-migration framework and RuntimeMap dependency ordering (eb447fa)
41+
Installation
42+
Quick Install (Recommended)
43+
Linux/macOS:
44+
curl -fsSL https://raw.githubusercontent.com/loonghao/vx/main/install.sh | bash
45+
Windows (PowerShell):
46+
irm https://raw.githubusercontent.com/loonghao/vx/main/install.ps1 | iex
47+
Manual Download
48+
Download the appropriate binary for your platform from the assets below.
49+
ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/vx-v0.6.7
50+
ManifestType: defaultLocale
51+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: loonghao.vx
5+
PackageVersion: x-v0.6.7
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)