zb-client
1.2.1
Install-Package zb-client -Version 1.2.1
dotnet add package zb-client --version 1.2.1
<PackageReference Include="zb-client" Version="1.2.1" />
paket add zb-client --version 1.2.1
#r "nuget: zb-client, 1.2.1"
// Install zb-client as a Cake Addin
#addin nuget:?package=zb-client&version=1.2.1
// Install zb-client as a Cake Tool
#tool nuget:?package=zb-client&version=1.2.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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Google.Protobuf (>= 3.19.4)
- Grpc (>= 2.43.0)
- Grpc.Auth (>= 2.43.0)
- Grpc.Core (>= 2.43.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- System.Threading.Tasks.Dataflow (>= 6.0.0)
NuGet packages (1)
Showing the top 1 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 http://zeebe.io |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 4,088 | 2/7/2022 |
1.2.0 | 313 | 2/1/2022 |
1.1.0 | 15,204 | 11/10/2021 |
1.0.2 | 13,624 | 8/20/2021 |
1.0.1 | 162 | 8/20/2021 |
1.0.0 | 12,287 | 5/10/2021 |
0.19.0 | 4,219 | 2/28/2021 |
0.18.0 | 8,213 | 9/23/2020 |
0.17.0 | 1,616 | 8/21/2020 |
0.16.1 | 9,720 | 6/4/2020 |
0.16.0 | 7,949 | 4/20/2020 |
0.15.0 | 41,188 | 1/28/2020 |
0.14.0 | 585 | 12/20/2019 |
0.13.0 | 530 | 11/8/2019 |
0.12.1 | 1,168 | 9/6/2019 |
0.12.0 | 372 | 9/6/2019 |
0.11.0 | 563 | 7/16/2019 |
0.10.0 | 358 | 7/10/2019 |
0.9.0 | 359 | 7/8/2019 |
0.8.0 | 382 | 6/11/2019 |
0.7.0 | 446 | 4/5/2019 |
0.6.0 | 425 | 3/14/2019 |
0.5.0 | 487 | 2/14/2019 |
0.4.0 | 508 | 2/6/2019 |
0.3.0 | 579 | 12/14/2018 |
0.2.0 | 616 | 12/9/2018 |
0.1.0 | 689 | 6/19/2018 |
Features:
Bug Fixes:
* Return max if exceeding max wait time by @Zelldon in https://github.com/camunda-community-hub/zeebe-client-csharp/pull/381
Update Dependencies
-----
This release is based on the Zeebe 1.3.X release (https://github.com/zeebe-io/zeebe).