You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vss-extension.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
"manifestVersion": 1,
3
3
"id": "devops-github-extension",
4
4
"name": "Github AzureDevOps Rest Api Integration",
5
-
"version": "0.1.14",
5
+
"version": "0.1.15",
6
6
"publisher": "jikuma",
7
7
"public": true,
8
8
"targets": [
9
9
{
10
10
"id": "Microsoft.VisualStudio.Services"
11
11
}
12
12
],
13
-
"description": "Github AzureDevOps Rest Api Integration. This task enable you to call github rest api using azure devops github endpoint. This enables you to integrate you CI/CD pipeline better with github.",
13
+
"description": "Github AzureDevOps Rest Api Integration. This task enable you to call github rest api using azure devops github endpoint. This enables you to integrate your CI/CD pipeline better with github.",
0 commit comments