Skip to content

Commit 76c5a16

Browse files
Prepare 6.0.1
1 parent 032d05d commit 76c5a16

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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+
2019/12/30: AvalonEdit 6.0.1
4+
* Minor bug fixes
5+
36
2019/09/24: AvalonEdit 6.0
47
* Add support for .NET Core 3.0
58
* Remove support for .NET 3.5

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version: '6.0.{build}'
1+
version: '6.0.1.{build}'
22

33
dotnet_csproj:
44
patch: true
55
file: '**\*.csproj'
6-
version: '6.0'
6+
version: '6.0.1'
77
assembly_version: '{version}'
88
file_version: '{version}'
99

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pr:
77
variables:
88
solution: '**/ICSharpCode.AvalonEdit.sln'
99
buildPlatform: 'Any CPU'
10-
buildVersion: '6.0.$(Build.BuildId)'
10+
buildVersion: '6.0.1.$(Build.BuildId)'
1111

1212
pool:
1313
vmImage: 'windows-2019'

0 commit comments

Comments
 (0)