Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 29c0b04

Browse files
author
VPKSoft
committed
Update dependencies.
1 parent 789d87f commit 29c0b04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Scintilla.NET.Gtk/Scintilla.NET.Gtk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Product>Scintilla.NET.Gtk</Product>
1010
<Description>Source Editing Component based on Scintilla 5 series.</Description>
1111
<Copyright>Copyright © VPKSoft 2023.</Copyright>
12-
<Version>1.0.1.5320</Version>
12+
<Version>1.0.3.5320</Version>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<DocumentationFile>bin\$(Configuration)\Scintilla.NET.Gtk.xml</DocumentationFile>
1515
<UseWindowsForms>true</UseWindowsForms>
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030
<ItemGroup>
3131
<PackageReference Include="GtkSharp" Version="3.24.24.38" />
32-
<PackageReference Include="Scintilla.NET.Abstractions" Version="1.0.2" />
32+
<PackageReference Include="Scintilla.NET.Abstractions" Version="1.0.3" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

TestApp/TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="GtkSharp" Version="3.24.24.38" />
12-
<PackageReference Include="Scintilla.NET.Gtk" Version="1.0.0.5320" />
12+
<PackageReference Include="Scintilla.NET.Gtk" Version="1.0.1.5320" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)