From 443759c3075aa2fee12feb13736d7bb231b1ccf7 Mon Sep 17 00:00:00 2001 From: Neeraj Makam Date: Wed, 12 Jul 2017 19:08:55 -0700 Subject: [PATCH] Updating readme and adding links to plugin nuget (#15) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 006c3fc..ed54b30 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ # Plugins for the Microsoft Azure Service Bus .NET Standard client +|Build/Package|Status| +|------|-------------| +|Microsoft.Azure.ServiceBus.MessageIdPlugin|[![NuGet Version and Downloads count](https://buildstats.info/nuget/Microsoft.Azure.ServiceBus.MessageIdPlugin?includePreReleases=true)](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus.MessageIdPlugin/)| +|Microsoft.Azure.ServiceBus.KeyVaultPlugin|[![NuGet Version and Downloads count](https://buildstats.info/nuget/Microsoft.Azure.ServiceBus.KeyVaultPlugin?includePreReleases=true)](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus.KeyVaultPlugin/)| + This repository is for plugins for the [.NET Standard Azure Service Bus library](https://github.com/azure/azure-service-bus-dotnet). Azure Service Bus is an asynchronous messaging cloud platform that enables you to send messages between decoupled systems. Microsoft offers this feature as a service, which means that you do not need to host any of your own hardware in order to use it. @@ -19,4 +24,4 @@ See our [Contribution Guidelines](./.github/CONTRIBUTING.md). The folling plugins are included with this repository: * [Key Vault](./src/Microsoft.Azure.ServiceBus.KeyVaultPlugin/readme.md) -* [Message ID](./src/Microsoft.Azure.ServiceBus.MessageIdPlugin/readme.md) \ No newline at end of file +* [Message ID](./src/Microsoft.Azure.ServiceBus.MessageIdPlugin/readme.md)