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> <Project>
<PropertyGroup> <PropertyGroup>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AvaloniaVersion>11.2.3</AvaloniaVersion> <AvaloniaVersion>11.2.4</AvaloniaVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

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

View File

@@ -8,7 +8,7 @@
xmlns:u="https://irihi.tech/ursa" xmlns:u="https://irihi.tech/ursa"
xmlns:viewModels="clr-namespace:Ursa.Demo.ViewModels" xmlns:viewModels="clr-namespace:Ursa.Demo.ViewModels"
xmlns:views="clr-namespace:Ursa.Demo.Views" xmlns:views="clr-namespace:Ursa.Demo.Views"
Title="Ursa.Demo" Title="Ursa Demo"
d:DesignHeight="450" d:DesignHeight="450"
d:DesignWidth="800" d:DesignWidth="800"
x:CompileBindings="True" x:CompileBindings="True"

View File

@@ -7,9 +7,10 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:u="https://irihi.tech/ursa" xmlns:u="https://irihi.tech/ursa"
xmlns:viewModels="clr-namespace:Ursa.Demo.ViewModels" xmlns:viewModels="clr-namespace:Ursa.Demo.ViewModels"
Title="MvvmSplashWindow" Title="Starting Ursa Demo..."
Width="400" Width="400"
Height="400" Height="400"
Icon="/Assets/Ursa.ico"
x:DataType="viewModels:SplashViewModel" x:DataType="viewModels:SplashViewModel"
CountDown="{x:Null}" CountDown="{x:Null}"
mc:Ignorable="d"> mc:Ignorable="d">

View File

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