Skip to content

Commit

Permalink
Merge pull request #10 from ClydeDz/dev/1.0.0
Browse files Browse the repository at this point in the history
Add privacy policy URL, add badges, bump version to 1.0.0 馃帀
  • Loading branch information
ClydeDz committed Dec 30, 2020
2 parents cc06101 + f173e69 commit 90ed93f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ This is an Azure DevOps task that generates JSON files from Markdown files which
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/clydedsouza/Markdown%2520to%2520API/33?logo=Azure%20DevOps)](https://clydedsouza.visualstudio.com/Markdown%20to%20API/_build)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ClydeDz_markdown-to-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=ClydeDz_markdown-to-api)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ClydeDz_markdown-to-api&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ClydeDz_markdown-to-api)
![MIT License](https://img.shields.io/static/v1.svg?label=馃摐%20License&message=MIT&color=informational)

[![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/clydedsouza.markdown-to-api?color=brightgreen&logo=visual%20studio)](http://bit.ly/md-to-api)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/clydedsouza.markdown-to-api?color=brightgreen&logo=visual%20studio)](http://bit.ly/md-to-api)
![MIT License](https://img.shields.io/static/v1.svg?label=馃摐%20License&message=MIT&color=informational)
[![Tweet about this](https://img.shields.io/static/v1.svg?label=Tweet%20about%20this&message=馃幍&color=blue&logo=twitter&style=social)](https://ctt.ac/jnf7U)

## Tasks
The extension consists of the following two tasks. You need to add these tasks in this order.
1. Install Markdown to API Dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/install/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"category": "Utility",
"author": "Clyde D'Souza",
"version": {
"Major": 0,
"Minor": 3,
"Major": 1,
"Minor": 0,
"Patch": 0
},
"instanceNameFormat": "Install Markdown to API Dependencies",
Expand Down
4 changes: 2 additions & 2 deletions src/process/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"category": "Utility",
"author": "Clyde D'Souza",
"version": {
"Major": 0,
"Minor": 3,
"Major": 1,
"Minor": 0,
"Patch": 0
},
"instanceNameFormat": "Execute Markdown to API",
Expand Down
5 changes: 4 additions & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "markdown-to-api",
"name": "Markdown to API",
"version": "0.3.0",
"version": "1.0.0",
"publisher": "clydedsouza",
"public": true,
"targets": [
Expand Down Expand Up @@ -85,6 +85,9 @@
},
"issues": {
"uri": "https://github.com/ClydeDz/markdown-to-api/issues"
},
"privacypolicy": {
"uri": "https://github.com/ClydeDz/visualstudio-marketplace/blob/main/PRIVACY.md"
}
},
"contributions": [
Expand Down

0 comments on commit 90ed93f

Please sign in to comment.