Skip to content

Commit fedfb2f

Browse files
Prepare 6.3 release
1 parent e6ad917 commit fedfb2f

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
Solution: '**/ICSharpCode.AvalonEdit.sln'
1818
BuildPlatform: 'Any CPU'
19-
BuildVersion: '6.2.0'
19+
BuildVersion: '6.3.0'
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Update project version

ChangeLog.md

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

6+
2023/03/19: AvalonEdit 6.3.0
7+
* Change framework targets: .NET 7.0 instead of .NET Core 3.1
8+
* Spelling fixes by @jimfoye
9+
* Fixes by @ltrzesniewski for keyword ordering and named highlighting registrations
10+
611
2022/12/10: AvalonEdit 6.2.0
712
* Change framework targets to .NET Framework 4.6.2, .NET Core 3.1 and .NET 6.0 (.NET Framework 4.0, 4.5 and .NET 5.0 removed)
813
* Minor bug fixes

ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 4 additions & 4 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-2022 AlphaSierraPapa for the SharpDevelop Team</Copyright>
11+
<Copyright>2000-2023 AlphaSierraPapa for the SharpDevelop Team</Copyright>
1212
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop.</Description>
13-
<Version>6.2</Version>
14-
<AssemblyVersion>6.2.0.0</AssemblyVersion>
15-
<FileVersion>6.2.0.0</FileVersion>
13+
<Version>6.3</Version>
14+
<AssemblyVersion>6.3.0.0</AssemblyVersion>
15+
<FileVersion>6.3.0.0</FileVersion>
1616
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)