Merge pull request #594 from irihitech/upgrade

Update dependencies. polish window titles.
This commit is contained in:
Zhang Dian
2025-02-28 17:55:39 +08:00
committed by GitHub
5 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<AvaloniaVersion>11.2.3</AvaloniaVersion>
<AvaloniaVersion>11.2.4</AvaloniaVersion>
</PropertyGroup>
</Project>

View File

@@ -19,7 +19,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="Semi.Avalonia" Version="11.2.1.4" />
<PackageReference Include="Semi.Avalonia" Version="11.2.1.5" />
</ItemGroup>
<ItemGroup>

View File

@@ -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"

View File

@@ -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">

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.8.1</Version>
<Version>1.9.0</Version>
<AvaloniaVersion>11.1.1</AvaloniaVersion>
<Authors>IRIHI Technology Co., Ltd.</Authors>
<RepositoryUrl>https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl>