Skip to content

vwrxp/AIOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOD - ALL IN ONE DOTNET

A command-line utility written in Rust for downloading various versions of .NET SDK and .NET Framework.

Supported Versions

  • .NET 9.0 (Preview)
  • .NET 8.0
  • .NET 6.0
  • .NET Framework 4.0
  • .NET Framework 3.5

Requirements

  • Rust and Cargo (for building)
  • Windows (for .NET installation)

Building

cargo build --release

The compiled executable will be located in target/release/aiod.exe.

Usage

Downloading all supported versions

aiod

Downloading specific versions

aiod -v 8.0,6.0

Specifying download directory

aiod -o C:\Downloads\dotnet

Download and Install

aiod -i

Command Line Parameters

  • -v, --versions - Versions to download (9.0, 8.0, 6.0, 4.0, 3.5), separated by commas
  • -o, --output-dir - Directory for downloading (default: "downloads")
  • -i, --install - Install after downloading
  • -h, --help - Show help

Notes

  • Administrator privileges are required for installation
  • Installation is performed in silent mode without rebooting

About

All in One Pack .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published