Skip to content

Commit 395ef81

Browse files
Update change log for 6.1.3
1 parent 9e4089d commit 395ef81

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.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.1.3'
19+
BuildVersion: '6.1.4'
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Update project version

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.
22

3-
tbd: AvalonEdit 6.1.3
3+
tbd: AvalonEdit X
4+
*
5+
6+
2021/12/28: AvalonEdit 6.1.3
47
* TFM changes: net6.0-windows (LTS) added
8+
* Expose MarkerPen and MarkerCornerRadius on SearchPanel
9+
* Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string
510

611
2021/06/01: AvalonEdit 6.1.2
712
* TFM changes: netcoreapp3.0 removed in favor of netcoreapp3.1 (LTS), net5.0-windows added

0 commit comments

Comments
 (0)