Skip to content

Commit

Permalink
project: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Dec 15, 2023
1 parent dc3b0b2 commit f66b411
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>
Expand All @@ -13,12 +13,16 @@ 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>2.3.0</AssemblyVersion>
<FileVersion>2.3.0</FileVersion>
<AssemblyVersion>2.4.0</AssemblyVersion>
<FileVersion>2.4.0</FileVersion>
<PackageReleaseNotes>
Features:

* Add vars to ThrowError
* Improve CamundaCloudTokenProvider to work with self-managed
* Add first tenant support to DeploymentResource

Dependencies:
* Several dependencies have been upgraded


GRPC protocol as generated against Zeebe v8.3.0
Expand All @@ -35,9 +39,9 @@ This release is based on the Zeebe 8.3.0 release (https://github.com/zeebe-io/ze
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageVersion>2.3.0</PackageVersion>
<PackageVersion>2.4.0</PackageVersion>
<RootNamespace>Zeebe.Client</RootNamespace>
<Title>2.3.0</Title>
<Title>2.4.0</Title>
<LangVersion>default</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit f66b411

Please sign in to comment.