Skip to content

Commit

Permalink
build: prepare for next patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Aug 20, 2021
1 parent 8fe6ad2 commit 6053692
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 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>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>
Expand All @@ -13,16 +13,15 @@ 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>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<PackageReleaseNotes>
Features:


Bug Fixes:

* Fix concurrent counter updates in job worker https://github.com/camunda-community-hub/zeebe-client-csharp/pull/307

* Fix job worker misses handling of activated jobs https://github.com/camunda-community-hub/zeebe-client-csharp/pull/312
Misc:

* Update Dependencies
Expand All @@ -40,9 +39,9 @@ This release is based on the Zeebe 1.0.X release (https://github.com/zeebe-io/ze
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageVersion>1.0.1</PackageVersion>
<PackageVersion>1.0.2</PackageVersion>
<RootNamespace>Zeebe.Client</RootNamespace>
<Title>1.0.1</Title>
<Title>1.0.2</Title>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6053692

Please sign in to comment.