clr 2025-02-21

[ANN} ClojureCLR 1.12.0 beta1 released. Just a few minor fixes/enhancements since the last alpha. I'm expecting this will go to general release pretty quickly. Have at it.

dotnet tool install -g --version 1.12.0-beta1 Clojure.Main
~/.dotnet/tools/Clojure.Main
user=> *clojure-version*
{:major 1, :minor 12, :incremental 0, :qualifier "beta1"}
Great install experiencie Quick n easy

🙌 1

And remind the room how to install/upgrade this?

Assuming most folks are doing the tool install these days: If already installed, you need to uninstalls:

dotnet tool uninstall -g Clojure.Main
Then you can install the latest:
dotnet tool install -g --version 1.12.0-beta1 Clojure.Main
The version number is required since this is a pre-releaase version.

> Clojure.Main
Clojure 1.12.0-beta1
user=>
👍🏻

Updated both my Ubuntu and Powershell envs.