project: upgrade AvaloniaEdit and TextMateSharp

- Upgrade `AvaloniaEdit` to `11.4.0-rc1`
- Upgrade `TextMateSharp` to `2.0.2`

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-01-23 17:05:00 +08:00
parent 38a389405b
commit 41c60176a1
2 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ The project uses the following third-party libraries or assets
### AvaloniaEdit
- **Source**: https://github.com/AvaloniaUI/AvaloniaEdit
- **Version**: 11.3.0
- **Version**: 11.4.0-rc1
- **License**: MIT License
- **License Link**: https://github.com/AvaloniaUI/AvaloniaEdit/blob/master/LICENSE
@@ -28,7 +28,7 @@ The project uses the following third-party libraries or assets
### TextMateSharp
- **Source**: https://github.com/danipen/TextMateSharp
- **Version**: 1.0.70
- **Version**: 2.0.2
- **License**: MIT License
- **License Link**: https://github.com/danipen/TextMateSharp/blob/master/LICENSE.md

View File

@@ -53,16 +53,16 @@
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.11" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.11" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.11" Condition="'$(Configuration)' == 'Debug'" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.3.0" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.3.0" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.4.0-rc1" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.4.0-rc1" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" Version="2.0.0-rc6.1" />
<PackageReference Include="OpenAI" Version="2.8.0" />
<PackageReference Include="Pfim" Version="0.11.4" />
<PackageReference Include="TextMateSharp" Version="1.0.70" />
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.70" />
<PackageReference Include="TextMateSharp" Version="2.0.2" />
<PackageReference Include="TextMateSharp.Grammars" Version="2.0.2" />
</ItemGroup>
<ItemGroup>