Skip to content

Commit

Permalink
Prepare 6.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 15, 2021
1 parent a6273d1 commit 774b38e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
Solution: '**/ICSharpCode.AvalonEdit.sln'
BuildPlatform: 'Any CPU'
BuildVersion: '6.2.0'
NupkgVersion: '6.2.0-preview1'
BuildVersion: '6.1.1'
NupkgVersion: '6.1.1'
steps:
- uses: actions/checkout@v2
- name: Update project version
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Note: this changelog only lists major changes and fixes for major bugs. For a co
tbd: AvalonEdit 6.2-preview1
* tbd

2021/03/15: AvalonEdit 6.1.1

* Fix wrong implementation of attached properties

2021/03/08: AvalonEdit 6.1.0
* https://github.com/icsharpcode/AvalonEdit/compare/v6.0.1...v6.1.0

Expand Down

0 comments on commit 774b38e

Please sign in to comment.