Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
added shields to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjangeertsema committed Sep 17, 2022
1 parent be7978e commit 8106853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions src/Zeebe.Client.Bootstrap/Zeebe.Client.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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</Description>
For more information about the zeebe project please visit https://camunda.com/platform/zeebe/</Description>
<Product>Zeebe C# client Boostrap extension</Product>
<RepositoryUrl>https://github.com/arjangeertsema/zeebe-client-csharp-bootstrap</RepositoryUrl>
<RepositoryUrl>https://github.com/camunda-community-hub/zeebe-client-csharp-bootstrap</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<PackageId>zb-client-bootstrap</PackageId>
<PackageProjectUrl>https://github.com/arjangeertsema/zeebe-client-csharp-bootstrap</PackageProjectUrl>
<PackageProjectUrl>https://github.com/camunda-community-hub/zeebe-client-csharp-bootstrap</PackageProjectUrl>
<PackageTags>zeebe;zb;zb-csharp;zb-client;grpc</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 8106853

Please sign in to comment.