File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ Note: this changelog only lists major changes and fixes for major bugs. For a co
33tbd: 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+
6132023/03/19: AvalonEdit 6.3.0
714* Change framework targets: .NET 7.0 instead of .NET Core 3.1
815* Spelling fixes by @jimfoye
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments