Skip to content

Commit

Permalink
Prepare 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Dec 30, 2019
1 parent 032d05d commit 76c5a16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.

2019/12/30: AvalonEdit 6.0.1
* Minor bug fixes

2019/09/24: AvalonEdit 6.0
* Add support for .NET Core 3.0
* Remove support for .NET 3.5
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '6.0.{build}'
version: '6.0.1.{build}'

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '6.0'
version: '6.0.1'
assembly_version: '{version}'
file_version: '{version}'

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pr:
variables:
solution: '**/ICSharpCode.AvalonEdit.sln'
buildPlatform: 'Any CPU'
buildVersion: '6.0.$(Build.BuildId)'
buildVersion: '6.0.1.$(Build.BuildId)'

pool:
vmImage: 'windows-2019'
Expand Down

0 comments on commit 76c5a16

Please sign in to comment.