Merge pull request #3 from Demo-Liu/1.0-beta

自动更新
This commit is contained in:
Demo-Liu
2021-07-20 10:46:53 +08:00
committed by GitHub
4 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -97,7 +97,7 @@
Background="#5BC0DE" Background="#5BC0DE"
Foreground="White" Foreground="White"
Grid.Column="1" Grid.Column="1"
Margin="590,29,10,384" Margin="590.01,29,10,384"
Click="CreateBacklog_BtnClick"/> Click="CreateBacklog_BtnClick"/>
</Grid> </Grid>
</Border> </Border>

View File

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

5
Update.json Normal file
View File

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