Skip to content

Commit 0a684ec

Browse files
zdpcdtrabbitism
authored andcommitted
misc: bump version.
1 parent 3870a7e commit 0a684ec

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

.github/workflows/release-tag.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Release Tag
22

33
on:
4-
push:
5-
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
74
workflow_dispatch:
85
inputs:
96
Upload_to_NuGet:

demo/Ursa.Demo/Ursa.Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
2020
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
2121
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
22-
<PackageReference Include="Semi.Avalonia" Version="11.2.1.7" />
22+
<PackageReference Include="Semi.Avalonia" Version="11.2.1.9" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

src/Package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.11.1</Version>
3+
<Version>1.12.0</Version>
44
<AvaloniaVersion>11.1.1</AvaloniaVersion>
55
<Authors>IRIHI Technology Co., Ltd.</Authors>
66
<RepositoryUrl>https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl>

src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,4 @@
2222
<ItemGroup>
2323
<ProjectReference Include="..\Ursa\Ursa.csproj"/>
2424
</ItemGroup>
25-
26-
<ItemGroup>
27-
<UpToDateCheckInput Remove="Controls\Skeleton.axaml"/>
28-
</ItemGroup>
29-
3025
</Project>

0 commit comments

Comments
 (0)