From 3bf6b089a3f32af7b7c6eed1817d9795277985da Mon Sep 17 00:00:00 2001 From: Marco Rossi Date: Wed, 12 Jan 2022 12:55:30 +0100 Subject: [PATCH] Add conda-forge badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c47d5..575b7cb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)](https://github.com/pythonnet/clr-loader/actions) [![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)](https://pypi.org/project/clr-loader/) +[![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.