Skip to content

Commit

Permalink
Converting task and extension version to the release version of 3.0.0…
Browse files Browse the repository at this point in the history
… instead of the development version.
  • Loading branch information
bamandel committed Jan 11, 2021
1 parent 1a65f3e commit b5d1c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tasks/synopsys-detect-task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 3,
"Minor": 0,
"Patch": 77
"Patch": 0
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Run Synopsys Detect for your build $(message)",
Expand Down Expand Up @@ -72,4 +72,4 @@
"target": "detect-task.js"
}
}
}
}
4 changes: 2 additions & 2 deletions vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "synopsys-detect",
"version": "3.0.77",
"version": "3.0.0",
"name": "Synopsys Detect",
"publisher": "synopsys-detect",
"public": true,
Expand Down Expand Up @@ -174,4 +174,4 @@
}
}
]
}
}

0 comments on commit b5d1c9c

Please sign in to comment.