Skip to content

Commit

Permalink
chore(client): prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Feb 28, 2021
1 parent 2e3db89 commit 331eeed
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.18.1</Version>
<Version>0.19.0</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>
Expand All @@ -13,17 +13,28 @@ For more information about the zeebe project please visit http://zeebe.io</Descr
<PackageProjectUrl>https://github.com/zeebe-io/zeebe-client-csharp</PackageProjectUrl>
<PackageTags>zeebe, zb, zb-csharp, zb-client, grpc</PackageTags>

<AssemblyVersion>0.18.1</AssemblyVersion>
<FileVersion>0.18.1</FileVersion>
<AssemblyVersion>0.19.0</AssemblyVersion>
<FileVersion>0.19.0</FileVersion>
<PackageReleaseNotes>
Misc:
### Contributions:

* Job worker rewrite:
* Replace and simplified implementation with TPL Dataflow Library, contribution by https://github.com/MrRickwi
* Introduce new send method which accepts a CancellationToken https://github.com/zeebe-io/zeebe-client-csharp/pull/219
* Add delay for failing job activation in job worker https://github.com/zeebe-io/zeebe-client-csharp/pull/217
* Prevent disposing of HttpMessageHandler in CamundaCloudTokenProvider https://github.com/zeebe-io/zeebe-client-csharp/pull/222

* Upgraded Dependencies
Thanks to @terjeinnerdal and Xavier Le Galles (@xlegalles)

This release is based on the Zeebe 0.24.X release (https://github.com/zeebe-io/zeebe).
### Features

* Introduce new sendWithRetry method for some commands (https://github.com/zeebe-io/zeebe-client-csharp/pull/172, https://github.com/zeebe-io/zeebe-client-csharp/pull/232)

### Misc:

* Upgraded Dependencies

-----

This release is based on the Zeebe 0.26.X release (https://github.com/zeebe-io/zeebe).
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -33,9 +44,9 @@ This release is based on the Zeebe 0.24.X release (https://github.com/zeebe-io/z
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageVersion>0.18.1</PackageVersion>
<PackageVersion>0.19.0</PackageVersion>
<RootNamespace>Zeebe.Client</RootNamespace>
<Title>0.18.1</Title>
<Title>0.19.0</Title>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 331eeed

Please sign in to comment.