From c119f7ec7ca8a4f849751d4d7c3e3fb9772417e0 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Thu, 4 Apr 2024 14:30:03 +0200 Subject: [PATCH] Add .net badges --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2590fe8f..dc186171 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,19 @@ # The Spectacular (BETA) C# MQTT Client for .NET +[![NuGet Version](https://img.shields.io/nuget/v/HiveMQtt?style=for-the-badge)](https://www.nuget.org/packages/HiveMQtt) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/hivemq/hivemq-mqtt-client-dotnet?style=for-the-badge)](https://github.com/hivemq/hivemq-mqtt-client-dotnet/releases) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/hivemq/hivemq-mqtt-client-dotnet/build.yml?style=for-the-badge)](https://github.com/hivemq/hivemq-mqtt-client-dotnet/actions) [![Nuget](https://img.shields.io/nuget/dt/HiveMQtt?style=for-the-badge)](https://www.nuget.org/packages/HiveMQtt) [![GitHub](https://img.shields.io/github/license/hivemq/hivemq-mqtt-client-dotnet?style=for-the-badge)](https://github.com/hivemq/hivemq-mqtt-client-dotnet/blob/main/LICENSE) + +![Static Badge](https://img.shields.io/badge/.NET%20Core-6-%23512BD4?style=for-the-badge) +![Static Badge](https://img.shields.io/badge/.NET%20Core-7-%23512BD4?style=for-the-badge) +![Static Badge](https://img.shields.io/badge/.NET%20Core-8-%23512BD4?style=for-the-badge) + + + _This .NET MQTT client was put together with love from the HiveMQ team. It is currently in a mature BETA state. While it's mostly stable, it is still under development as we add new features. If you have a feature request, [let us know](https://github.com/hivemq/hivemq-mqtt-client-dotnet/issues/new/choose)!._ Happy MQTT adventures!