Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min committed Jul 1, 2022
1 parent 1eaebdc commit 36cfb70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Rido.IoTClient

[![Nuget](https://img.shields.io/nuget/v/Rido.Mqtt.MqttNet4Adapter?label=%20Rido.Mqtt.MqttNet4Adapter&style=plastic)](https://www.nuget.org/packages/Rido.Mqtt.MqttNet4Adapter)
[![Nuget](https://img.shields.io/nuget/v/Rido.MqttCore?label=Rido.MqttCore&style=plastic)](https://www.nuget.org/packages/Rido.MqttCore)
[![Nuget](https://img.shields.io/nuget/v/Rido.Mqtt.Client?label=Rido.Mqtt.Client&style=plastic)](https://www.nuget.org/packages/Rido.Mqtt.Client)
[![Nuget](https://img.shields.io/nuget/v/Rido.Mqtt.HubClient?label=Rido.Mqtt.HubClient&style=plastic)](https://www.nuget.org/packages/Rido.Mqtt.HubClient)
[![Nuget](https://img.shields.io/nuget/v/Rido.Mqtt.DpsClient?label=Rido.Mqtt.DpsClient&style=plastic)](https://www.nuget.org/packages/Rido.Mqtt.DpsClient)
[![Nuget](https://img.shields.io/nuget/v/Rido.Mqtt.AzIoTClient?label=Rido.Mqtt.AzIoTClient&style=plastic)](https://www.nuget.org/packages/Rido.Mqtt.AzIoTClient)
[![Nuget](https://img.shields.io/nuget/v/Rido.Mqtt.AwsClient?label=Rido.Mqtt.AwsClient&style=plastic)](https://www.nuget.org/packages/Rido.Mqtt.AwsClient)

[![Rido.IoTClient CI](https://github.com/ridomin/Rido.IoTClient/actions/workflows/dotnet.yml/badge.svg)](https://github.com/ridomin/Rido.IoTClient/actions/workflows/dotnet.yml)

This project implements a MQTT device client for Azure IoT Hub, providing three layers of abstraction:

- Layer 1. Connection enabling BYO MQTT library
Expand Down
2 changes: 1 addition & 1 deletion Rido.MqttCore/Rido.MqttCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Rido.MqttCore</PackageId>
<PackageVersion>0.1.0</PackageVersion>
<Description>Abstraction Interfaces to create MQTT applications</Description>
<Description>Abstraction interfaces to create MQTT applications</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 36cfb70

Please sign in to comment.