diff --git a/README.md b/README.md index a969857..8fd1d26 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/install/task.json b/src/install/task.json index 01a8ec4..6161923 100644 --- a/src/install/task.json +++ b/src/install/task.json @@ -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", diff --git a/src/process/task.json b/src/process/task.json index 5511e07..9c4cef5 100644 --- a/src/process/task.json +++ b/src/process/task.json @@ -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", diff --git a/vss-extension.json b/vss-extension.json index 386f9b7..4926cfa 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -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": [ @@ -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": [