From 009a2085d523c3b422e35f2c3ade05e120f0de17 Mon Sep 17 00:00:00 2001 From: Dong Bin Date: Fri, 28 Feb 2025 17:45:59 +0800 Subject: [PATCH] feat: update dependencies. polish window titles. --- demo/Directory.Build.props | 2 +- demo/Ursa.Demo/Ursa.Demo.csproj | 2 +- demo/Ursa.Demo/Views/MainWindow.axaml | 2 +- demo/Ursa.Demo/Views/MvvmSplashWindow.axaml | 3 ++- src/Package.props | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/demo/Directory.Build.props b/demo/Directory.Build.props index f904c1f..af0f6e6 100644 --- a/demo/Directory.Build.props +++ b/demo/Directory.Build.props @@ -1,6 +1,6 @@ enable - 11.2.3 + 11.2.4 diff --git a/demo/Ursa.Demo/Ursa.Demo.csproj b/demo/Ursa.Demo/Ursa.Demo.csproj index 8838d66..353e521 100644 --- a/demo/Ursa.Demo/Ursa.Demo.csproj +++ b/demo/Ursa.Demo/Ursa.Demo.csproj @@ -19,7 +19,7 @@ - + diff --git a/demo/Ursa.Demo/Views/MainWindow.axaml b/demo/Ursa.Demo/Views/MainWindow.axaml index 6136fae..6789bc6 100644 --- a/demo/Ursa.Demo/Views/MainWindow.axaml +++ b/demo/Ursa.Demo/Views/MainWindow.axaml @@ -8,7 +8,7 @@ xmlns:u="https://irihi.tech/ursa" xmlns:viewModels="clr-namespace:Ursa.Demo.ViewModels" xmlns:views="clr-namespace:Ursa.Demo.Views" - Title="Ursa.Demo" + Title="Ursa Demo" d:DesignHeight="450" d:DesignWidth="800" x:CompileBindings="True" diff --git a/demo/Ursa.Demo/Views/MvvmSplashWindow.axaml b/demo/Ursa.Demo/Views/MvvmSplashWindow.axaml index 986c465..9bd4200 100644 --- a/demo/Ursa.Demo/Views/MvvmSplashWindow.axaml +++ b/demo/Ursa.Demo/Views/MvvmSplashWindow.axaml @@ -7,9 +7,10 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:u="https://irihi.tech/ursa" xmlns:viewModels="clr-namespace:Ursa.Demo.ViewModels" - Title="MvvmSplashWindow" + Title="Starting Ursa Demo..." Width="400" Height="400" + Icon="/Assets/Ursa.ico" x:DataType="viewModels:SplashViewModel" CountDown="{x:Null}" mc:Ignorable="d"> diff --git a/src/Package.props b/src/Package.props index df55c11..12f41c8 100644 --- a/src/Package.props +++ b/src/Package.props @@ -1,6 +1,6 @@ - 1.8.1 + 1.9.0 11.1.1 IRIHI Technology Co., Ltd. https://github.com/irihitech/Ursa.Avalonia