File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// https://github.com/basicx-StrgV/ //
44//--------------------------------------------------//
55using System ;
6+ using System . Collections . Generic ;
67using System . IO ;
78using System . Threading ;
89using System . Threading . Tasks ;
9- using System . Collections . Generic ;
10- using WGetNET . Models ;
11- using WGetNET . Helper ;
12- using WGetNET . Exceptions ;
1310using WGetNET . Components . Internal ;
11+ using WGetNET . Exceptions ;
12+ using WGetNET . Helper ;
13+ using WGetNET . Models ;
1414
1515namespace WGetNET
1616{
@@ -26,7 +26,7 @@ public class WinGetPackageManager : WinGet
2626 private const string _searchBySourceCmd = "search \" {0}\" --source {1} --accept-source-agreements" ;
2727 private const string _installCmd = "install \" {0}\" " ;
2828 private const string _upgradeCmd = "upgrade \" {0}\" --accept-source-agreements" ;
29- private const string _upgradeAllCmd = "upgrade --al --accept-source-agreementsl " ;
29+ private const string _upgradeAllCmd = "upgrade --al --accept-source-agreements " ;
3030 private const string _getUpgradeableCmd = "upgrade" ;
3131 private const string _includeUnknown = "--include-unknown" ;
3232 private const string _uninstallCmd = "uninstall \" {0}\" " ;
You can’t perform that action at this time.
0 commit comments