File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Note: 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
3+ 2019/09/24 : AvalonEdit 6.0
44* Add support for .NET Core 3.0
55* Remove support for .NET 3.5
66* Add proper .editorconfig and fix formatting
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '6.0.{build}'
33dotnet_csproj :
44 patch : true
55 file : ' **\*.csproj'
6- version : ' 6.0-rc1 '
6+ version : ' 6.0'
77 assembly_version : ' {version}'
88 file_version : ' {version}'
99
@@ -14,7 +14,7 @@ configuration:
1414image : Visual Studio 2019
1515
1616install :
17- - cmd : choco install dotnetcore-sdk --pre
17+ - cmd : choco install dotnetcore-sdk
1818
1919before_build :
2020 - nuget restore ICSharpCode.AvalonEdit.sln
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 3.0.100-rc1 "
3+ "version" : " 3.0.100"
44 }
55}
You can’t perform that action at this time.
0 commit comments