We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81a0a0 commit 170d586Copy full SHA for 170d586
2 files changed
ChangeLog.txt ChangeLog.mdChangeLog.txt renamed to ChangeLog.md
@@ -1,5 +1,14 @@
1
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.
2
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
12
2014/06/28: AvalonEdit 5.0.1-pre
13
* License changed from LGPL to MIT
14
* New Feature: Hide mouse cursor while typing (enabled by default)
global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "3.0.100-preview4"
+ "version": "3.0.100-preview8"
}
0 commit comments