1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 05:06:08 +03:00

优化纯ipv6安装,自动查找最快Nat64网关2

This commit is contained in:
ProxySU 2020-10-26 23:00:48 +08:00
parent 066103adf4
commit 2cac6c63ed
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:ProxySU"
mc:Ignorable="d"
Title="ProxySU - v2.4.13" Height="675" Width="650">
Title="ProxySU - v2.4.14" Height="675" Width="650">
<!--以下样式参考自https://yq.aliyun.com/articles/331878
https://docs.microsoft.com/en-us/dotnet/desktop-wpf/fundamentals/styles-templates-overview-->
<Window.Resources>

View File

@ -51,5 +51,5 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.13.0")]
[assembly: AssemblyFileVersion("2.4.13.0")]
[assembly: AssemblyVersion("2.4.14.0")]
[assembly: AssemblyFileVersion("2.4.14.0")]

Binary file not shown.