From 81f56240264a8a6d916549f0fab643ffd65cad21 Mon Sep 17 00:00:00 2001 From: ChanginJolly Date: Sat, 16 Mar 2024 12:00:51 +0800 Subject: [PATCH] [fix] switch MessageBox to default --- AutomaticUpdateVersionControl.txt | 2 +- Ink Canvas/App.xaml.cs | 2 +- Ink Canvas/MainWindow.xaml.cs | 2 +- Ink Canvas/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AutomaticUpdateVersionControl.txt b/AutomaticUpdateVersionControl.txt index ae6e65b..d01c9f6 100644 --- a/AutomaticUpdateVersionControl.txt +++ b/AutomaticUpdateVersionControl.txt @@ -1 +1 @@ -4.5.3 \ No newline at end of file +4.5.4 \ No newline at end of file diff --git a/Ink Canvas/App.xaml.cs b/Ink Canvas/App.xaml.cs index 3adc540..ddb0ead 100644 --- a/Ink Canvas/App.xaml.cs +++ b/Ink Canvas/App.xaml.cs @@ -4,7 +4,7 @@ using System; using System.Linq; using System.Reflection; using System.Windows; -using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox; +using MessageBox = System.Windows.MessageBox; namespace Ink_Canvas { diff --git a/Ink Canvas/MainWindow.xaml.cs b/Ink Canvas/MainWindow.xaml.cs index 1de146a..7ba6e11 100644 --- a/Ink Canvas/MainWindow.xaml.cs +++ b/Ink Canvas/MainWindow.xaml.cs @@ -27,7 +27,7 @@ using System.Windows.Media.Imaging; using System.Windows.Threading; using Application = System.Windows.Application; using File = System.IO.File; -using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox; +using MessageBox = System.Windows.MessageBox; using Path = System.IO.Path; using Point = System.Windows.Point; using Timer = System.Timers.Timer; diff --git a/Ink Canvas/Properties/AssemblyInfo.cs b/Ink Canvas/Properties/AssemblyInfo.cs index b52dd43..8aa752a 100644 --- a/Ink Canvas/Properties/AssemblyInfo.cs +++ b/Ink Canvas/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; // 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("4.5.3.0")] -[assembly: AssemblyFileVersion("4.5.3.0")] +[assembly: AssemblyVersion("4.5.4.0")] +[assembly: AssemblyFileVersion("4.5.4.0")]