Skip to content

Commit d357757

Browse files
authored
Update vss-extension.json
Added support, license and privacy policy
1 parent 80f97c4 commit d357757

File tree

1 file changed

+51
-33
lines changed

1 file changed

+51
-33
lines changed

vss-extension.json

+51-33
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,68 @@
44
"name": "elmah.io Upload Source Map",
55
"version": "3.0.19",
66
"publisher": "elmahio",
7-
"tags": ["Error", "Exception", "Reporting", "Management", "Logging", "ELMAH", "Diagnostics", "Tracing"],
8-
"content": {
9-
"details": {
10-
"path": "README.md"
11-
}
12-
},
7+
"tags": [
8+
"Error",
9+
"Exception",
10+
"Reporting",
11+
"Management",
12+
"Logging",
13+
"ELMAH",
14+
"Diagnostics",
15+
"Tracing"
16+
],
17+
"content": {
18+
"details": {
19+
"path": "README.md"
20+
}
21+
},
1322
"targets": [
1423
{
1524
"id": "Microsoft.VisualStudio.Services"
1625
}
1726
],
18-
"links": {
19-
"home": {
20-
"uri": "https://elmah.io"
21-
},
22-
"getstarted": {
23-
"uri": "https://docs.elmah.io/setup-deployment-tracking/#using-azure-devops-releases"
24-
},
25-
"learn": {
26-
"uri": "https://elmah.io/features/"
27-
},
28-
"repository": {
29-
"uri": "https://github.com/elmahio/azure-devops-upload-source-map-task"
30-
},
31-
"issues": {
32-
"uri": "https://github.com/elmahio/azure-devops-upload-source-map-task/issues"
33-
}
34-
},
35-
"branding": {
36-
"color": "rgb(13, 165, 142)",
37-
"theme": "dark"
38-
},
27+
"links": {
28+
"home": {
29+
"uri": "https://elmah.io"
30+
},
31+
"getstarted": {
32+
"uri": "https://docs.elmah.io/setup-deployment-tracking/#using-azure-devops-releases"
33+
},
34+
"learn": {
35+
"uri": "https://elmah.io/features/"
36+
},
37+
"repository": {
38+
"uri": "https://github.com/elmahio/azure-devops-upload-source-map-task"
39+
},
40+
"issues": {
41+
"uri": "https://github.com/elmahio/azure-devops-upload-source-map-task/issues"
42+
},
43+
"support": {
44+
"uri": "https://elmah.io/contact/"
45+
},
46+
"license": {
47+
"uri": "https://github.com/elmahio/azure-devops-upload-source-map-task/blob/main/LICENSE"
48+
},
49+
"privacypolicy": {
50+
"uri": "https://elmah.io/legal/privacy-policy/"
51+
}
52+
},
53+
"branding": {
54+
"color": "rgb(13, 165, 142)",
55+
"theme": "dark"
56+
},
3957
"description": "Tasks for uploading source maps to elmah.io from Azure DevOps.",
4058
"categories": [
4159
"Azure Pipelines"
4260
],
4361
"icons": {
44-
"default": "extension-icon.png"
62+
"default": "extension-icon.png"
4563
},
4664
"files": [
4765
{
4866
"path": "ElmahIoUploadSourceMap"
4967
},
50-
{
68+
{
5169
"path": "images",
5270
"addressable": true
5371
}
@@ -64,7 +82,7 @@
6482
}
6583
}
6684
],
67-
"galleryFlags": [
68-
"Public"
69-
]
70-
}
85+
"galleryFlags": [
86+
"Public"
87+
]
88+
}

0 commit comments

Comments
 (0)