Skip to content

Commit

Permalink
afs.cmd, ava: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Nov 17, 2024
1 parent 829e330 commit 8d2d596
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions AssFontSubset.Avalonia/AssFontSubset.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.0" />
<PackageReference Include="Avalonia" Version="11.2.1" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.1" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.1" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="MessageBox.Avalonia" Version="3.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AssFontSubset.Console/AssFontSubset.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="PublishAotCross" Version="1.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.24324.3" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.24528.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AssFontSubset.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static async Task<int> Main(string[] args)
};
var subsetBackend = new CliOption<SubsetBackend>("--subset-backend")
{
Description = "子集化使用的后端(目前只有 win-x64 支持 HarfBuzzSubset)",
Description = "子集化使用的后端",
DefaultValueFactory = _ => SubsetBackend.PyFontTools,
};
var binPath = new CliOption<DirectoryInfo>("--bin-path")
Expand Down

0 comments on commit 8d2d596

Please sign in to comment.