自动检测更新

This commit is contained in:
liufei
2021-07-20 10:38:08 +08:00
parent c112b39b33
commit 67eae85a0b
3 changed files with 7 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
</assemblyBinding>
</runtime>
<appSettings>
<add key="version" value="1.0 beta"/>
<add key="version" value="1.0-beta"/>
<add key="GitHubUrl" value="1.0 beta"/>
<add key="MYUrl" value="1.0 beta"/>
<add key="GitHubUpdateUrl" value="1.0 beta"/>

View File

@@ -290,6 +290,7 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Resource Include="Resource\Iconfont\iconfont.json" />
<Resource Include="Update.json" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>

5
Update.json Normal file
View File

@@ -0,0 +1,5 @@
{
"version" : "1.0-beta",
"msg" : "",
"log" : ""
}