From 6af826d0bdb55e4b69e3ad817576745335f243ca Mon Sep 17 00:00:00 2001 From: Nicolas Jakob Date: Fri, 24 Mar 2023 14:45:47 +0100 Subject: [PATCH] Add Vcpkg port version badge (#3988) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 162ca607d..acc16eace 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://json.nlohmann.me) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) [![GitHub Releases](https://img.shields.io/github/release/nlohmann/json.svg)](https://github.com/nlohmann/json/releases) +[![Vcpkg Version](https://img.shields.io/vcpkg/v/nlohmann-json)](https://vcpkg.link/ports/nlohmann-json) [![Packaging status](https://repology.org/badge/tiny-repos/nlohmann-json.svg)](https://repology.org/project/nlohmann-json/versions) [![GitHub Downloads](https://img.shields.io/github/downloads/nlohmann/json/total)](https://github.com/nlohmann/json/releases) [![GitHub Issues](https://img.shields.io/github/issues/nlohmann/json.svg)](https://github.com/nlohmann/json/issues)