zb-client 0.12.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package zb-client --version 0.12.1
NuGet\Install-Package zb-client -Version 0.12.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="zb-client" Version="0.12.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zb-client --version 0.12.1
#r "nuget: zb-client, 0.12.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install zb-client as a Cake Addin
#addin nuget:?package=zb-client&version=0.12.1

// Install zb-client as a Cake Tool
#tool nuget:?package=zb-client&version=0.12.1

Client to communicate with a Zeebe broker.

     Uses GRPC as protocol for communication.
     For more information about the zeebe project please visit http://zeebe.io/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on zb-client:

Package Downloads
zb-client-bootstrap

This project is an extension of the zb-client (https://www.nuget.org/packages/zb-client/). Zeebe Job handlers are automaticly recognized and boostrapped via a .Net HostedService. For more information about the zeebe project please visit https://camunda.com/platform/zeebe/

zb-client-accelerator

This project is an extension of the zb-client (https://www.nuget.org/packages/zb-client/). Zeebe Job Workers are automatically recognized and boostrapped via a .Net HostedService. For more information about the zeebe project please visit https://camunda.com/platform/zeebe/ The basic idea for this came from https://github.com/camunda-community-hub/zeebe-client-csharp-bootstrap. We loved the idea, but had in some parts our own preferences for defaults, behaviour and separation of concerns. So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Credits still belong to https://github.com/arjangeertsema.

ZeeBridge

Simplify your Camunda integration with ZeeBridge, a .NET library designed to bridge the gap between worker jobs in your source code and Camunda. With its easy-to-use API and Zeebe-powered communication, ZeeBridge is the perfect solution for your Camunda connection needs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0 5,183 2/2/2024
2.4.0 14,838 12/15/2023
2.3.0 12,286 10/15/2023
2.2.0 8,366 9/8/2023
2.1.0 5,329 8/12/2023
2.0.0 3,939 7/19/2023
1.3.0 134,941 1/19/2023
1.2.1 240,033 2/7/2022
1.2.0 8,363 2/1/2022
1.1.0 50,672 11/10/2021
1.0.2 50,762 8/20/2021
1.0.1 347 8/20/2021
1.0.0 15,194 5/10/2021
0.19.0 13,256 2/28/2021
0.18.0 9,337 9/23/2020
0.17.0 1,864 8/21/2020
0.16.1 11,495 6/4/2020
0.16.0 13,761 4/20/2020
0.15.0 42,523 1/28/2020
0.14.0 789 12/20/2019
0.13.0 717 11/8/2019
0.12.1 1,436 9/6/2019
0.12.0 573 9/6/2019
0.11.0 776 7/16/2019
0.10.0 581 7/10/2019
0.9.0 555 7/8/2019
0.8.0 575 6/11/2019
0.7.0 624 4/5/2019
0.6.0 623 3/14/2019
0.5.0 691 2/14/2019
0.4.0 707 2/6/2019
0.3.0 836 12/14/2018
0.2.0 868 12/9/2018
0.1.0 993 6/19/2018

Bug fix:

     * update in memory state after cloud token is read from file

     This release is based on the Zeebe 0.21.0-alpha2 release (https://github.com/zeebe-io/zeebe).