Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Feb 1, 2022
1 parent 4a619e2 commit 5eee120
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.1.0</Version>
<Version>1.2.0</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>
Expand All @@ -13,8 +13,8 @@ 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.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<PackageReleaseNotes>
Features:

Expand All @@ -35,7 +35,7 @@ Update Dependencies

-----

This release is based on the Zeebe 1.2.X release (https://github.com/zeebe-io/zeebe).
This release is based on the Zeebe 1.3.X release (https://github.com/zeebe-io/zeebe).
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -45,9 +45,9 @@ This release is based on the Zeebe 1.2.X release (https://github.com/zeebe-io/ze
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<RootNamespace>Zeebe.Client</RootNamespace>
<Title>1.1.0</Title>
<Title>1.2.0</Title>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5eee120

Please sign in to comment.