From 8106853308e91fd533f8dcbf1bf257c7cddcebb7 Mon Sep 17 00:00:00 2001 From: Arjan Geertsema Date: Sat, 17 Sep 2022 15:10:36 +0200 Subject: [PATCH] added shields to readme.md --- README.md | 2 ++ src/Zeebe.Client.Bootstrap/Zeebe.Client.Bootstrap.csproj | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69058c8..e45cc51 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![](https://img.shields.io/github/license/arjangeertsema/zeebe-client-csharp-bootstrap.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Total alerts](https://img.shields.io/lgtm/alerts/g/arjangeertsema/zeebe-client-csharp-bootstrap.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/arjangeertsema/zeebe-client-csharp-bootstrap/alerts/) [![](https://img.shields.io/badge/Community%20Extension-An%20open%20source%20community%20maintained%20project-FF4700)](https://github.com/camunda-community-hub/community) +![Compatible with: Camunda Platform 8](https://img.shields.io/badge/Compatible%20with-Camunda%20Platform%208-0072Ce) +[![](https://img.shields.io/badge/Lifecycle-Incubating-blue)](https://github.com/Camunda-Community-Hub/community/blob/main/extension-lifecycle.md#incubating-) # Bootstrap extension for the C# Zeebe client diff --git a/src/Zeebe.Client.Bootstrap/Zeebe.Client.Bootstrap.csproj b/src/Zeebe.Client.Bootstrap/Zeebe.Client.Bootstrap.csproj index 693404f..c6d5f2d 100644 --- a/src/Zeebe.Client.Bootstrap/Zeebe.Client.Bootstrap.csproj +++ b/src/Zeebe.Client.Bootstrap/Zeebe.Client.Bootstrap.csproj @@ -8,13 +8,13 @@ This project is an extension of the zb-client (https://www.nuget.org/packages/zb Zeebe Job handlers are automaticly recognized and boostrapped via a .Net HostedService. -For more information about the zeebe project please visit http://zeebe.io +For more information about the zeebe project please visit https://camunda.com/platform/zeebe/ Zeebe C# client Boostrap extension - https://github.com/arjangeertsema/zeebe-client-csharp-bootstrap + https://github.com/camunda-community-hub/zeebe-client-csharp-bootstrap git zb-client-bootstrap - https://github.com/arjangeertsema/zeebe-client-csharp-bootstrap + https://github.com/camunda-community-hub/zeebe-client-csharp-bootstrap zeebe;zb;zb-csharp;zb-client;grpc true Apache-2.0