File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.
2
2
3
+ 2020/09/07: AvalonEdit 6.1 Preview 1
4
+ * https://github.com/icsharpcode/AvalonEdit/compare/v6.0.1...v6.1-preview1
5
+
3
6
2019/12/30: AvalonEdit 6.0.1
4
7
* Minor bug fixes
5
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '6.1.0.{build}'
3
3
dotnet_csproj :
4
4
patch : true
5
5
file : ' **\*.csproj'
6
- version : ' 6.1.0-preview1 '
6
+ version : ' 6.1.0-preview2 '
7
7
assembly_version : ' {version}'
8
8
file_version : ' {version}'
9
9
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variables:
8
8
solution : ' **/ICSharpCode.AvalonEdit.sln'
9
9
buildPlatform : ' Any CPU'
10
10
buildVersion : ' 6.1.0.$(Build.BuildId)'
11
- nupkgVersion : ' 6.1.0-preview1 '
11
+ nupkgVersion : ' 6.1.0-preview2 '
12
12
13
13
pool :
14
14
vmImage : ' windows-2019'
24
24
displayName : ' Install .NET Core 3.1'
25
25
inputs :
26
26
packageType : sdk
27
- version : ' 3.1.100 '
27
+ version : ' 3.1.x '
28
28
installationPath : $(Agent.ToolsDirectory)/dotnet
29
29
30
30
- task : NuGetToolInstaller@1
You can’t perform that action at this time.
0 commit comments