mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-04-14 06:30:57 +00:00
添加V2ray版本升级
This commit is contained in:
parent
8e02622e23
commit
7512153f9a
3 changed files with 3 additions and 3 deletions
|
@ -314,7 +314,7 @@
|
||||||
<RowDefinition></RowDefinition>
|
<RowDefinition></RowDefinition>
|
||||||
<RowDefinition></RowDefinition>
|
<RowDefinition></RowDefinition>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<TextBlock Text="程序版本:1.5.3" Grid.Column="0" Grid.Row="0"></TextBlock>
|
<TextBlock Text="程序版本:1.5.4" Grid.Column="0" Grid.Row="0"></TextBlock>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
|
|
@ -51,5 +51,5 @@ using System.Windows;
|
||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.5.3.0")]
|
[assembly: AssemblyVersion("1.5.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.5.3.0")]
|
[assembly: AssemblyFileVersion("1.5.4.0")]
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue