Skip to content

Commit 106b31e

Browse files
Publish v6.1-preview1
1 parent d7339e5 commit 106b31e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
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+
2020/09/07: AvalonEdit 6.1 Preview 1
4+
* https://github.com/icsharpcode/AvalonEdit/compare/v6.0.1...v6.1-preview1
5+
36
2019/12/30: AvalonEdit 6.0.1
47
* Minor bug fixes
58

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '6.1.0.{build}'
33
dotnet_csproj:
44
patch: true
55
file: '**\*.csproj'
6-
version: '6.1.0-preview1'
6+
version: '6.1.0-preview2'
77
assembly_version: '{version}'
88
file_version: '{version}'
99

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
solution: '**/ICSharpCode.AvalonEdit.sln'
99
buildPlatform: 'Any CPU'
1010
buildVersion: '6.1.0.$(Build.BuildId)'
11-
nupkgVersion: '6.1.0-preview1'
11+
nupkgVersion: '6.1.0-preview2'
1212

1313
pool:
1414
vmImage: 'windows-2019'
@@ -24,7 +24,7 @@ steps:
2424
displayName: 'Install .NET Core 3.1'
2525
inputs:
2626
packageType: sdk
27-
version: '3.1.100'
27+
version: '3.1.x'
2828
installationPath: $(Agent.ToolsDirectory)/dotnet
2929

3030
- task: NuGetToolInstaller@1

0 commit comments

Comments
 (0)