wingetupd.exe 2.0.0 (by MBODM 2022-05-13)
Release Notes:
- Added
--no-log
command line parameter, to prevent creation of log file. - Added
--no-confirm
command line parameter, to prevent confirmation of update process. - Now the version of installed and updatable software is displayed.
- Added timeout for WinGet calls (60 minutes for update process, 30 seconds for everything else).
- Added
wingetupd.bat
batch file to release binary, to support starting the program by a simple doubleclick. - Switched from concurrent to sequential calling concept, cause WinGet doesn´t support being called in parallel.
- Nonetheless kept
async/await
approaches, also in sequential concept. - Complete rewrite of code.
- A lot of code improvements.
- A lot of bugfixes.