├── .gitignore ├── Execute winget script.bat ├── LICENSE ├── Microsoft.UI.Xaml.2.7_7.2203.17001.0_x64__8wekyb3d8bbwe.Appx ├── README.md ├── WinGet AutoUpgrade & Cleanup.xml └── winget-basic.ps1 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/.gitignore -------------------------------------------------------------------------------- /Execute winget script.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/Execute winget script.bat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/LICENSE -------------------------------------------------------------------------------- /Microsoft.UI.Xaml.2.7_7.2203.17001.0_x64__8wekyb3d8bbwe.Appx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/Microsoft.UI.Xaml.2.7_7.2203.17001.0_x64__8wekyb3d8bbwe.Appx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/README.md -------------------------------------------------------------------------------- /WinGet AutoUpgrade & Cleanup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/WinGet AutoUpgrade & Cleanup.xml -------------------------------------------------------------------------------- /winget-basic.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kugane/winget/HEAD/winget-basic.ps1 --------------------------------------------------------------------------------