Skip to content

Commit

Permalink
Prepare 6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 19, 2023
1 parent e6ad917 commit fedfb2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
Solution: '**/ICSharpCode.AvalonEdit.sln'
BuildPlatform: 'Any CPU'
BuildVersion: '6.2.0'
BuildVersion: '6.3.0'
steps:
- uses: actions/checkout@v3
- name: Update project version
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Note: this changelog only lists major changes and fixes for major bugs. For a co
tbd: AvalonEdit XML
* tbd

2023/03/19: AvalonEdit 6.3.0
* Change framework targets: .NET 7.0 instead of .NET Core 3.1
* Spelling fixes by @jimfoye
* Fixes by @ltrzesniewski for keyword ordering and named highlighting registrations

2022/12/10: AvalonEdit 6.2.0
* 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)
* Minor bug fixes
Expand Down
8 changes: 4 additions & 4 deletions ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
<Company>ic#code</Company>
<Copyright>2000-2022 AlphaSierraPapa for the SharpDevelop Team</Copyright>
<Copyright>2000-2023 AlphaSierraPapa for the SharpDevelop Team</Copyright>
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop.</Description>
<Version>6.2</Version>
<AssemblyVersion>6.2.0.0</AssemblyVersion>
<FileVersion>6.2.0.0</FileVersion>
<Version>6.3</Version>
<AssemblyVersion>6.3.0.0</AssemblyVersion>
<FileVersion>6.3.0.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit fedfb2f

Please sign in to comment.