Skip to content

Commit 170d586

Browse files
ChangeLog: txt -> md, minimal notes for pending 6.0 release
1 parent f81a0a0 commit 170d586

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

ChangeLog.txt renamed to ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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.0
4+
* Add support for .NET Core 3.0
5+
* Remove support for .NET 3.5
6+
* Add proper .editorconfig and fix formatting
7+
* Remove DOTNET4 and NREFACTORY symbols
8+
* Create snukpg and use SourceLink
9+
10+
*Note: Versions 5.0.2, ..3 and ..4 are not contained in this change log*
11+
312
2014/06/28: AvalonEdit 5.0.1-pre
413
* License changed from LGPL to MIT
514
* New Feature: Hide mouse cursor while typing (enabled by default)

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.0.100-preview4"
3+
"version": "3.0.100-preview8"
44
}
55
}

0 commit comments

Comments
 (0)