Skip to content

Commit

Permalink
Prepare RTM of AvalonEdit 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Sep 24, 2019
1 parent 0451886 commit 1bdb3e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.

tbd: AvalonEdit 6.0
2019/09/24: AvalonEdit 6.0
* Add support for .NET Core 3.0
* Remove support for .NET 3.5
* Add proper .editorconfig and fix formatting
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '6.0.{build}'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '6.0-rc1'
version: '6.0'
assembly_version: '{version}'
file_version: '{version}'

Expand All @@ -14,7 +14,7 @@ configuration:
image: Visual Studio 2019

install:
- cmd: choco install dotnetcore-sdk --pre
- cmd: choco install dotnetcore-sdk

before_build:
- nuget restore ICSharpCode.AvalonEdit.sln
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100-rc1"
"version": "3.0.100"
}
}

0 comments on commit 1bdb3e0

Please sign in to comment.