Skip to content

Commit 1bdb3e0

Browse files
Prepare RTM of AvalonEdit 6.0
1 parent 0451886 commit 1bdb3e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
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

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '6.0.{build}'
33
dotnet_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:
1414
image: Visual Studio 2019
1515

1616
install:
17-
- cmd: choco install dotnetcore-sdk --pre
17+
- cmd: choco install dotnetcore-sdk
1818

1919
before_build:
2020
- nuget restore ICSharpCode.AvalonEdit.sln

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-rc1"
3+
"version": "3.0.100"
44
}
55
}

0 commit comments

Comments
 (0)