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 1
1
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.
2
2
3
- tbd : AvalonEdit 6.0
3
+ 2019/09/24 : AvalonEdit 6.0
4
4
* Add support for .NET Core 3.0
5
5
* Remove support for .NET 3.5
6
6
* Add proper .editorconfig and fix formatting
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '6.0.{build}'
3
3
dotnet_csproj :
4
4
patch : true
5
5
file : ' **\*.csproj'
6
- version : ' 6.0-rc1 '
6
+ version : ' 6.0'
7
7
assembly_version : ' {version}'
8
8
file_version : ' {version}'
9
9
@@ -14,7 +14,7 @@ configuration:
14
14
image : Visual Studio 2019
15
15
16
16
install :
17
- - cmd : choco install dotnetcore-sdk --pre
17
+ - cmd : choco install dotnetcore-sdk
18
18
19
19
before_build :
20
20
- nuget restore ICSharpCode.AvalonEdit.sln
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3.0.100-rc1 "
3
+ "version" : " 3.0.100"
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments