Skip to content

Commit

Permalink
build: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Aug 12, 2023
1 parent 5da44ab commit aa755c7
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>
Expand All @@ -13,25 +13,20 @@ 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.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<PackageReleaseNotes>
Breaking changes:

This package has been migrated to .net 7.0, since .net core and standard where deprecated. Furthermore, it allowed to migrate to grpc-dotnet,
which is the official successor of the previous used grpc.core package.

Another breaking change was the migration to the new deployment resource command, which allows now to deploy DMN additionally to BPMN.
The interface and the return types have slightly changed.

Features:

GRPC protocol as generated against Zeebe v8.2.8, which allows to implement further features,
like evaluation of a decision via command.
* Migration to the Grpc.net.GrpcChannel and away from Grpc.core
* New configuration to allow untrusted certificates, useful for testing but dangerous for production (which is why it needs to be configured explicitly)
* Improved logging (the underlying GrpcChannel uses now the inserted logger)

GRPC protocol as generated against Zeebe v8.2.11.

-----

This release is based on the Zeebe 8.2.8 release (https://github.com/zeebe-io/zeebe).
This release is based on the Zeebe 8.2.11 release (https://github.com/zeebe-io/zeebe).
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -41,9 +36,9 @@ This release is based on the Zeebe 8.2.8 release (https://github.com/zeebe-io/ze
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<RootNamespace>Zeebe.Client</RootNamespace>
<Title>2.0.0</Title>
<Title>2.1.0</Title>
<LangVersion>default</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit aa755c7

Please sign in to comment.