Skip to content

Commit 6bde0a4

Browse files
Update for next preview version
1 parent a2164af commit 6bde0a4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
env:
1717
Solution: '**/ICSharpCode.AvalonEdit.sln'
1818
BuildPlatform: 'Any CPU'
19-
BuildVersion: '6.1.0'
20-
NupkgVersion: '6.1.0'
19+
BuildVersion: '6.2.0'
20+
NupkgVersion: '6.2.0-preview1'
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Update project version

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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.2-preview1
4+
* tbd
5+
36
2021/03/08: AvalonEdit 6.1.0
47
* https://github.com/icsharpcode/AvalonEdit/compare/v6.0.1...v6.1.0
5-
*
8+
69
2020/09/07: AvalonEdit 6.1 Preview 1
710
* https://github.com/icsharpcode/AvalonEdit/compare/v6.0.1...v6.1-preview1
811

0 commit comments

Comments
 (0)