From e9951ed79a935aed5387190e27c1d4987b43ed80 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Fri, 5 Sep 2025 11:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpineViewer/App.xaml.cs b/SpineViewer/App.xaml.cs index 9215dda..0184348 100644 --- a/SpineViewer/App.xaml.cs +++ b/SpineViewer/App.xaml.cs @@ -23,7 +23,7 @@ namespace SpineViewer { InitializeLogConfiguration(); _logger = LogManager.GetCurrentClassLogger(); - _logger.Info("Application Started"); + _logger.Info("Application Started, v{0}", Version); AppDomain.CurrentDomain.UnhandledException += (s, e) => {