File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Release Tag
2
2
3
3
on :
4
- push :
5
- tags :
6
- - " v[0-9]+.[0-9]+.[0-9]+"
7
4
workflow_dispatch :
8
5
inputs :
9
6
Upload_to_NuGet :
Original file line number Diff line number Diff line change 19
19
<!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
20
20
<PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" $(AvaloniaVersion)" />
21
21
<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 " />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >1.11.1 </Version >
3
+ <Version >1.12.0 </Version >
4
4
<AvaloniaVersion >11.1.1</AvaloniaVersion >
5
5
<Authors >IRIHI Technology Co., Ltd.</Authors >
6
6
<RepositoryUrl >https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl >
Original file line number Diff line number Diff line change 22
22
<ItemGroup >
23
23
<ProjectReference Include =" ..\Ursa\Ursa.csproj" />
24
24
</ItemGroup >
25
-
26
- <ItemGroup >
27
- <UpToDateCheckInput Remove =" Controls\Skeleton.axaml" />
28
- </ItemGroup >
29
-
30
25
</Project >
You can’t perform that action at this time.
0 commit comments