Skip to content

Commit f864649

Browse files
committed
bump version to 6.8.6
1 parent ee2ae5e commit f864649

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/auto-label.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rules": {
33
"Infra": [".ci/**/*", ".github/**/*","build/**/*"],
4-
"v6.8.5": "**/*"
4+
"v6.8.6": "**/*"
55
}
66
}

dotnet-tools.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"commands": [
1414
"assembly-differ"
1515
]
16+
},
17+
"assembly-differ": {
18+
"version": "0.9.0",
19+
"commands": [
20+
"assembly-differ"
21+
]
1622
}
1723
}
1824
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"version": "3.0.100"
44
},
5-
"version": "6.8.5",
5+
"version": "6.8.6",
66
"doc_current": "6.8"
77
}

0 commit comments

Comments
 (0)