Prepare 6.3 release
This commit is contained in:
Родитель
e6ad917ecd
Коммит
fedfb2f1ac
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче