misc: bump version.

This commit is contained in:
Zhang Dian
2025-07-11 20:00:24 +08:00
committed by Dong Bin
parent 3870a7eb45
commit 0a684ec70f
4 changed files with 2 additions and 10 deletions

View File

@@ -1,9 +1,6 @@
name: Release Tag
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
Upload_to_NuGet:

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.7" />
<PackageReference Include="Semi.Avalonia" Version="11.2.1.9" />
</ItemGroup>
<ItemGroup>

View File

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

View File

@@ -22,9 +22,4 @@
<ItemGroup>
<ProjectReference Include="..\Ursa\Ursa.csproj"/>
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Controls\Skeleton.axaml"/>
</ItemGroup>
</Project>