Releases: javaquery/unosdk
Releases · javaquery/unosdk
Release v1.1.0
UnoSDK v1.1.0
Released on February 06, 2026
Installation
Quick Install (Recommended):
irm https://raw.githubusercontent.com/javaquery/unosdk/refs/heads/master/scripts/install.ps1 | iexManual Install:
- Download
unosdk-windows-amd64.exe(orarm64for ARM processors) - Rename to
unosdk.exe - Move to a directory in your PATH (e.g.,
C:\Program Files\unosdk\)
Assets
unosdk-windows-amd64.exe- Windows binary (AMD64/x64)unosdk-windows-arm64.exe- Windows binary (ARM64)checksums.txt- SHA256 checksums for verification
Verification
Verify the download integrity:
$hash = (Get-FileHash unosdk-windows-amd64.exe -Algorithm SHA256).Hash.ToLower()
$expected = (Get-Content checksums.txt | Select-String "amd64").Line.Split()[0]
if ($hash -eq $expected) { Write-Host "✓ Checksum verified" -ForegroundColor Green }What's Changed
See the CHANGELOG for detailed changes.
Full Changelog: https://github.com/javaquery/unosdk/commits/v1.1.0
Release v1.0.0
UnoSDK v1.0.0
Released on February 05, 2026
Installation
Quick Install (Recommended):
irm https://raw.githubusercontent.com/javaquery/unosdk/refs/heads/master/scripts/install.ps1 | iexManual Install:
- Download
unosdk-windows-amd64.exe(orarm64for ARM processors) - Rename to
unosdk.exe - Move to a directory in your PATH (e.g.,
C:\Program Files\unosdk\)
Assets
unosdk-windows-amd64.exe- Windows binary (AMD64/x64)unosdk-windows-arm64.exe- Windows binary (ARM64)checksums.txt- SHA256 checksums for verification
Verification
Verify the download integrity:
$hash = (Get-FileHash unosdk-windows-amd64.exe -Algorithm SHA256).Hash.ToLower()
$expected = (Get-Content checksums.txt | Select-String "amd64").Line.Split()[0]
if ($hash -eq $expected) { Write-Host "✓ Checksum verified" -ForegroundColor Green }What's Changed
See the CHANGELOG for detailed changes.
Full Changelog: https://github.com/javaquery/unosdk/commits/v1.0.0