Releases: Larusso/unity-version-manager
3.8.0
Changes
- chore: Release%0A- Improve GC run (#446)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.8.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.8.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.8.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.8.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.8.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.7.0
Changes
- chore: Release%0A- Add UVM Garbage collection (#444)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.7.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.7.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.7.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.7.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.7.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.6.0
Changes
- chore: Release%0A- Fix uvm modules command output (#437)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.6.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.6.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.6.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.6.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.6.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.5.0
Changes
- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Add Windows/Linux Arm64 support (#433)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.5.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.5.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.5.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.5.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.5.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.4.0
Changes
- chore: Release%0A- chore: Release%0A- chore: Release%0A- try to unblock release%0A- chore: Release%0A- fix type mixup%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Add caching for live platform api (#432)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.4.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.4.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.4.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.4.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.4.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.2.4
Changes
- chore: Release%0A- Fix Unity Hub errors and List installations (#427)%0A- chore: Release
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.4/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.4/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.4/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.4/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.2.4/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.2.2
Changes
- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Improve unity version parsing and allow to parse CompleteVersion (#422)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.2/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.2/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.2/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.2/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.2.2/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.2.0
Changes
- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Add uvm_detect (#420)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.2.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.2.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"3.1.0
Changes
- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Bump typed-builder from 0.21.2 to 0.22.0 (#416)%0A- Bump widestring from 0.4.3 to 1.2.0 (#417)%0A- Bump semver from 1.0.26 to 1.0.27 (#414)%0A- Improve Version command (#413)%0A- Improve CI / Github Actions (#412)
Installation
Download the appropriate binary for your platform from the assets below and make it executable.
macOS
# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.1.0/uvm-x86_64-apple-darwin
chmod +x uvm
# Apple Silicon Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.1.0/uvm-aarch64-apple-darwin
chmod +x uvmLinux
# GNU (most distributions)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.1.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm
# Musl (Alpine, static binary)
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.1.0/uvm-x86_64-unknown-linux-musl
chmod +x uvmWindows
# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.1.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"