mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 05:40:43 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user