Skip to content

Commit 862415d

Browse files
Change log for 6.3.1
1 parent 826314b commit 862415d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Note: this changelog only lists major changes and fixes for major bugs. For a co
33
tbd: AvalonEdit XML
44
* tbd
55

6+
2025/04/13: AvalonEdit 6.3.1
7+
* Fix rectangular selection ignores scroll offset by @mgarstenauer
8+
* Fix JSON highlighting by @ltrzesniewski
9+
* Add support for runtimes without built-in COM interop by @kekekeks
10+
* Change framework targets: .NET 8.0 instead of .NET 7.0
11+
* Migrate to NUnit 4
12+
613
2023/03/19: AvalonEdit 6.3.0
714
* Change framework targets: .NET 7.0 instead of .NET Core 3.1
815
* Spelling fixes by @jimfoye

ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
1010
<Company>ic#code</Company>
11-
<Copyright>2000-2023 AlphaSierraPapa for the SharpDevelop Team</Copyright>
11+
<Copyright>2000-2025 AlphaSierraPapa for the SharpDevelop Team</Copyright>
1212
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop.</Description>
13-
<Version>6.3</Version>
14-
<AssemblyVersion>6.3.0.0</AssemblyVersion>
15-
<FileVersion>6.3.0.0</FileVersion>
13+
<Version>6.3.1</Version>
14+
<AssemblyVersion>6.3.1.0</AssemblyVersion>
15+
<FileVersion>6.3.1.0</FileVersion>
1616
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1717
</PropertyGroup>
1818

@@ -70,7 +70,7 @@
7070
<EmbeddedResource Include="Highlighting\Resources\*" />
7171
<EmbeddedResource Remove="Highlighting\Resources\Resources.cs" />
7272
<Resource Include="Highlighting\Resources\Resources.cs" />
73-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
73+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
7474
<PrivateAssets>all</PrivateAssets>
7575
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7676
</PackageReference>

0 commit comments

Comments
 (0)