From 462facbc8ace1f4f316bda27f74527475d106cc5 Mon Sep 17 00:00:00 2001 From: SuperStudio Date: Sat, 24 Dec 2022 19:24:43 +0800 Subject: [PATCH] 2.5 --- SuperCom/CustomWindows/About.xaml | 2 +- SuperCom/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SuperCom/CustomWindows/About.xaml b/SuperCom/CustomWindows/About.xaml index ba44ef8..ef051bb 100644 --- a/SuperCom/CustomWindows/About.xaml +++ b/SuperCom/CustomWindows/About.xaml @@ -79,7 +79,7 @@ FontSize="11" Foreground="{DynamicResource Window.Sub.Foreground}" Style="{StaticResource ReadOnlyTextBox}" - Text="发行日期:2022-12-19" /> + Text="发行日期:2022-12-24" /> diff --git a/SuperCom/Properties/AssemblyInfo.cs b/SuperCom/Properties/AssemblyInfo.cs index 29090ce..59851ab 100644 --- a/SuperCom/Properties/AssemblyInfo.cs +++ b/SuperCom/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.0.0")] -[assembly: AssemblyFileVersion("2.4.0.0")] +[assembly: AssemblyVersion("2.5.0.0")] +[assembly: AssemblyFileVersion("2.5.0.0")]