# UpdateSoon **Repository Path**: Howesdomo/UpdateSoon ## Basic Information - **Project Name**: UpdateSoon - **Description**: 配合发现新版本, 下载新版本zip后使用 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2022-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UpdateSoon UpdateSoon -- WPF 程序更新程序 ### 测试运行参数 ~~~c# // arg0 arg1 arg2 // 参数解释 // arg0 - 程序名称 // arg1 - gitee发布zip下载地址 // arg2 - 文件夹地址 (zip文件解压后, 拷贝到的程序目录) // 示例: "QRCoderCreator.exe" "C:\Users\Howe\AppData\Roaming\HoweSoftware\QRCodeCreator\Downloads\1.0.0.12\QRCodeCreator1.0.0.12.zip" "D:\SC_Github\QRCodeTools\QRCodeCreator\bin\Debug" ~~~ ### 配合控件使用 xaml代码 ~~~xaml