From ff818ef854e2560725a9a10b8b19584bb4c2bb71 Mon Sep 17 00:00:00 2001 From: MisCusi2023 Date: Thu, 17 Apr 2025 20:10:41 -0700 Subject: [PATCH] test --- ProxySuper.WPF/MainWindow.xaml | 2 +- ProxySuper.WPF/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ProxySuper.WPF/MainWindow.xaml b/ProxySuper.WPF/MainWindow.xaml index d4df588..f5c80df 100644 --- a/ProxySuper.WPF/MainWindow.xaml +++ b/ProxySuper.WPF/MainWindow.xaml @@ -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"> diff --git a/ProxySuper.WPF/Properties/AssemblyInfo.cs b/ProxySuper.WPF/Properties/AssemblyInfo.cs index cb28be2..3aee567 100644 --- a/ProxySuper.WPF/Properties/AssemblyInfo.cs +++ b/ProxySuper.WPF/Properties/AssemblyInfo.cs @@ -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")]