feat: update dependencies. polish window titles.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Nullable>enable</Nullable>
|
||||
<AvaloniaVersion>11.2.3</AvaloniaVersion>
|
||||
<AvaloniaVersion>11.2.4</AvaloniaVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user