EXE
WinGet
Crystal
Manas Technology Solutions · 1.20.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
crystal-1.20.2-windows-x86_64-msvc-unsupported.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
crystal-1.20.2-windows-x86_64-msvc-unsupported.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7C307DDF-447E-46C5-BB3B-47A6F652D7C8}_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.20.2
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
crystal-1.20.2-windows-x86_64-msvc-unsupported.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
CrystalLang.Crystal
Version
1.20.2
Description
A language for humans and computers
License
Apache-2.0
↗
Homepage
https://crystal-lang.org/
Installer URL
https://github.com/crystal-lang/crystal/releases/download/1.20.2/crystal-1.20.2-windows-x86_64-msvc-unsupported.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Bugfixes
stdlib
- (concurrency) [regression] Simplify Sync::Mutex#synchronize proc type constraints (#16904, #16937, thanks @ysbaddaden)
- (runtime) Range#sample eventually loses randomness (#16909, thanks @ysbaddaden)
Infrastructure
- Changelog for 1.20.2 (#16945, thanks @straight-shoota)