Releases: asheroto/winget-install
Releases · asheroto/winget-install
2.0.0
1.0.4
Thanks to @MisterZeus for some readability improvements and other optimizations.
This release adds more information to each command, including warnings.
1.0.3
1.0.2
1.0.1
1.0.0
Major updates!
- Before it would take a few minutes to download the tools - apparently that's due to a PowerShell bug that still, in 2023, is occurring. The workaround has been implemented.
- Totally refactored code
- Split off more items into functions
- Move URLs and version numbers to top to make it easy to change
- Added functionality to download the latest version of Microsoft.UI.Xaml no matter what version of this script you have
- Improved comments
- Files will be downloaded to temporary folder
- Cleanup will now occur (deletes temp files)
- Will only add to PATH if it doesn't already exist
A special thanks to gerardog and ThomasSchadenhofer.