Skip to content

Commit 5c05534

Browse files
committed
Merge branch 'release/5.0.0'
2 parents b5aecda + 1f2d6d1 commit 5c05534

File tree

161 files changed

+509
-1389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+509
-1389
lines changed

.appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ install:
1111
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
1212
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
1313
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
14-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.417 -InstallDir $env:DOTNET_INSTALL_DIR'
15-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.404 -InstallDir $env:DOTNET_INSTALL_DIR'
16-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
14+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.404 -InstallDir $env:DOTNET_INSTALL_DIR'
15+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
1716
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1817
- ps: dotnet --info
1918

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "1.3.0",
6+
"version": "2.3.0",
77
"commands": [
88
"dotnet-cake"
99
]

.github/renovate.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@
55
":includeNodeModules"
66
],
77
"packageRules": [
8+
{
9+
"description": "Ignore Cake runner minor and patch updates",
10+
"matchDepNames": [
11+
"Cake.Tool",
12+
"Cake.Frosting"
13+
],
14+
"matchUpdateTypes": ["minor", "patch"],
15+
"enabled": false
16+
},
817
{
918
"description": "Group Azure DevOps packages together",
1019
"matchManagers": [
1120
"nuget"
1221
],
13-
"matchPackagePatterns": [
14-
"Microsoft.TeamFoundationServer.Client|Microsoft.VisualStudio.Services.InteractiveClient"
15-
],
16-
"groupName": "Azure DevOps Client"
22+
"groupName": "Azure DevOps Client",
23+
"matchPackageNames": [
24+
"/Microsoft.TeamFoundationServer.Client|Microsoft.VisualStudio.Services.InteractiveClient/"
25+
]
1726
}
1827
]
19-
}
28+
}

GitReleaseManager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ issue-labels-include:
33
- Feature
44
- Bug
55
- Improvement
6+
- Dependencies
67
- Documentation
78
issue-labels-exclude:
89
- Build

README.md

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)