Skip to content

Commit

Permalink
Update change log for 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Dec 28, 2021
1 parent 9e4089d commit 395ef81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.1.3'
BuildVersion: '6.1.4'
steps:
- uses: actions/checkout@v2
- name: Update project version
Expand Down
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.

tbd: AvalonEdit 6.1.3
tbd: AvalonEdit X
*

2021/12/28: AvalonEdit 6.1.3
* TFM changes: net6.0-windows (LTS) added
* Expose MarkerPen and MarkerCornerRadius on SearchPanel
* Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string

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

0 comments on commit 395ef81

Please sign in to comment.