From d77dc9921c099647c805a54f5ce41846e4574740 Mon Sep 17 00:00:00 2001 From: Clyde D'Souza Date: Tue, 29 Dec 2020 13:41:59 +1300 Subject: [PATCH 1/3] Add more badges --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 From 6e81cc11cbaa65c5b28067c6035174e4f38dd6af Mon Sep 17 00:00:00 2001 From: Clyde D'Souza Date: Tue, 29 Dec 2020 21:38:05 +1300 Subject: [PATCH 2/3] Add link to privacy page --- vss-extension.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vss-extension.json b/vss-extension.json index 386f9b7..c3321b3 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -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": [ From f173e69410c8188996bc5158458988721e87f66b Mon Sep 17 00:00:00 2001 From: Clyde D'Souza Date: Wed, 30 Dec 2020 18:00:07 +1300 Subject: [PATCH 3/3] Bump version --- src/install/task.json | 4 ++-- src/process/task.json | 4 ++-- vss-extension.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 c3321b3..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": [