зеркало из
1
0
Форкнуть 0

Updating readme and adding links to plugin nuget (#15)

This commit is contained in:
Neeraj Makam 2017-07-12 19:08:55 -07:00 коммит произвёл GitHub
Родитель bc7ffb7c51
Коммит 443759c307
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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)
* [Message ID](./src/Microsoft.Azure.ServiceBus.MessageIdPlugin/readme.md)