From 9177bfbc3f1e1cbd52db6db7e7fed15b7acfed84 Mon Sep 17 00:00:00 2001 From: Dmitriy Dmitriev Date: Tue, 16 Jul 2024 14:05:46 +0300 Subject: [PATCH] feat: update dependency zb-client to v2.6.0 --- src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs | 2 ++ .../Zeebe.Client.Accelerator.csproj | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs b/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs index 300fc41..c40faaf 100644 --- a/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs +++ b/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs @@ -45,6 +45,8 @@ public AbstractJob(IJob job) public string Variables => job.Variables; public string CustomHeaders => job.CustomHeaders; + + public string TenantId => job.TenantId; } } \ No newline at end of file diff --git a/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj b/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj index 95604f8..8bbc90c 100644 --- a/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj +++ b/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj @@ -41,21 +41,21 @@ So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Cr - + - + - +