File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Note: 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+
362019/12/30: AvalonEdit 6.0.1
47* Minor bug fixes
58
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '6.1.0.{build}'
33dotnet_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
Original file line number Diff line number Diff 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
1313pool :
1414 vmImage : ' windows-2019'
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
You can’t perform that action at this time.
0 commit comments