1
0
Fork 0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-04-19 17:10:56 +00:00
This commit is contained in:
MisCusi2023 2025-04-17 20:10:41 -07:00
parent cdb8a0b1be
commit ff818ef854
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
mc:Ignorable="d"
WindowStartupLocation="CenterScreen"
Icon="/Resources/ProxySU.ico"
Title="ProxySU v25.3.21" Height="600" Width="1000">
Title="ProxySU v4.2.0" Height="600" Width="1000">
<Grid>
</Grid>

View file

@ -49,5 +49,5 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("25.3.21.0")]
[assembly: AssemblyFileVersion("25.3.21.0")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]