Skip to content

Commit 41c6017

Browse files
committed
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>
1 parent 38a3894 commit 41c6017

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

THIRD-PARTY-LICENSES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The project uses the following third-party libraries or assets
1414
### AvaloniaEdit
1515

1616
- **Source**: https://github.com/AvaloniaUI/AvaloniaEdit
17-
- **Version**: 11.3.0
17+
- **Version**: 11.4.0-rc1
1818
- **License**: MIT License
1919
- **License Link**: https://github.com/AvaloniaUI/AvaloniaEdit/blob/master/LICENSE
2020

@@ -28,7 +28,7 @@ The project uses the following third-party libraries or assets
2828
### TextMateSharp
2929

3030
- **Source**: https://github.com/danipen/TextMateSharp
31-
- **Version**: 1.0.70
31+
- **Version**: 2.0.2
3232
- **License**: MIT License
3333
- **License Link**: https://github.com/danipen/TextMateSharp/blob/master/LICENSE.md
3434

src/SourceGit.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.11" />
5454
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.11" />
5555
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.11" Condition="'$(Configuration)' == 'Debug'" />
56-
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.3.0" />
57-
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.3.0" />
56+
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.4.0-rc1" />
57+
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.4.0-rc1" />
5858
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" />
5959
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660" />
6060
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
6161
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" Version="2.0.0-rc6.1" />
6262
<PackageReference Include="OpenAI" Version="2.8.0" />
6363
<PackageReference Include="Pfim" Version="0.11.4" />
64-
<PackageReference Include="TextMateSharp" Version="1.0.70" />
65-
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.70" />
64+
<PackageReference Include="TextMateSharp" Version="2.0.2" />
65+
<PackageReference Include="TextMateSharp.Grammars" Version="2.0.2" />
6666
</ItemGroup>
6767

6868
<ItemGroup>

0 commit comments

Comments
 (0)