dotnet_version_manager

Crates.iodotnet_version_manager
lib.rsdotnet_version_manager
version0.1.0
created_at2025-12-02 19:25:20.928799+00
updated_at2025-12-02 19:25:20.928799+00
descriptionA tool for managing installed .NET SDKs
homepagehttps://github.com/frenetisch-applaudierend/dotman
repositoryhttps://github.com/frenetisch-applaudierend/dotman
max_upload_size
id1962466
size123,785
Markus Gasser (frenetisch-applaudierend)

documentation

README

dotman

A simple .NET version manager for installing, managing, and updating multiple .NET SDK versions.

Commands

install

Install a .NET SDK from downloadable SDKs or from a pre-downloaded archive.

# Select a version to download and install
dotman install

# Install from a downloaded file
dotman install --file dotnet-sdk-9.0.308-linux-x64.tar.gz

update

Update all installed SDKs to the latest version of their respective channels.

dotman update

list

List all available and installed .NET SDK versions.

dotman list

pin / unpin

Pin an installed SDK to prevent it from being removed as outdated. Unpin it again to allow it to be removed automatically.

dotman pin

dotman unpin

Pinned SDKs will still be considered for updates, but they won't be automatically removed when newer versions are installed.

remove

Remove an installed .NET SDK or remove all outdated versions.

dotman remove
Commit count: 0

cargo fmt