-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvss-extension-for-private-test.json
More file actions
87 lines (87 loc) · 2.15 KB
/
Copy pathvss-extension-for-private-test.json
File metadata and controls
87 lines (87 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"manifestVersion": 1,
"id": "HistoryDiffPrivateTest",
"publisher": "Sedenion",
"version": "1.9.1.0",
"name": "History Diff Test",
"description": "Azure DevOps extension to show the history of work item fields with proper diffs.",
"public": false,
"icons": {
"default": "images/icon.png"
},
"categories": ["Azure Boards"],
"tags": [
"history",
"diff",
"changes",
"work item",
"work item history",
"work item changes"
],
"content": {
"details": {
"path": "overview.md"
}
},
"links": {
"getstarted": {
"uri": "https://github.com/Sedeniono/ADO-History-Diff"
},
"support": {
"uri": "https://github.com/Sedeniono/ADO-History-Diff/issues"
},
"license": {
"uri": "https://github.com/Sedeniono/ADO-History-Diff/blob/main/LICENSE"
},
"learn": {
"uri": "https://github.com/Sedeniono/ADO-History-Diff"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/Sedeniono/ADO-History-Diff"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"demands": [
"api-version/5.1"
],
"contributions": [
{
"id": "historydiff",
"type": "ms.vss-work-web.work-item-form-page",
"description": "Tab to show the history of work item fields with proper diffs.",
"targets": [
"ms.vss-work-web.work-item-form"
],
"properties": {
"name": "History Test",
"uri": "dist/historydiff.html"
}
}
],
"scopes": [
"vso.work"
],
"files": [
{
"path": "dist",
"addressable": true
},
{
"path": "LICENSE",
"addressable": true
},
{
"path": "images/HistoryComparison.png",
"addressable": true
},
{
"path": "README.md",
"addressable": true
}
]
}