Skip to content

Commit

Permalink
chore(project): prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Feb 6, 2019
1 parent 6bb4e55 commit 86e8ae3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 64 deletions.
31 changes: 10 additions & 21 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,29 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>

<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>Client to communicate with a Zeebe broker.

Uses GRPC as protocol for communication.
For more information about the zeebe project please visit http://zeebe.io</Description>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zeebe-io/zb-csharp-client</PackageProjectUrl>
<PackageTags>zeebe, zb, zb-csharp, zb-client</PackageTags>

<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<PackageReleaseNotes>Catch up with the Zeebe Java and Go clients.
<PackageTags>zeebe, zb, zb-csharp, zb-client, grpc</PackageTags>

The Zeebe C# client supports now new features like:

* deploy a workflow
* create a workflow instance
* cancel a workflow instance
* update payload
* update retries
* resolve an incident
* list workflows
* get workflow resource
<AssemblyVersion>0.4.0</AssemblyVersion>
<FileVersion>0.4.0</FileVersion>
<PackageReleaseNotes>Migrate to .NET Standard 2.0

This release is based on the zeebe 0.14.0 release (https://github.com/zeebe-io/zeebe).</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>zb-client</PackageId>
<Product>Zeebe C# client</Product>



<Product>Zeebe C# client</Product>
<RepositoryUrl>https://github.com/zeebe-io/zb-csharp-client</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageIconUrl>http://zeebe.io/img/zeebe-logo.svg</PackageIconUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
39 changes: 0 additions & 39 deletions Client/Client.nuspec

This file was deleted.

8 changes: 4 additions & 4 deletions Zeebe.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Microsoft Visual Studio Solution File, Format Version 12.00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{C0AC4BD3-E0E9-4F2E-96EA-D1BC0EDCFCC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.UnitTests", "Client.UnitTests\Client.UnitTests.csproj", "{1FD8CCE3-CF60-4611-AFB7-E4254ACD8F9F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client.UnitTests", "Client.UnitTests\Client.UnitTests.csproj", "{1FD8CCE3-CF60-4611-AFB7-E4254ACD8F9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Examples", "Client.Examples\Client.Examples.csproj", "{06578991-00CD-4EF7-A12B-63E915A0CECC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client.Examples", "Client.Examples\Client.Examples.csproj", "{06578991-00CD-4EF7-A12B-63E915A0CECC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -39,7 +40,6 @@ Global
{06578991-00CD-4EF7-A12B-63E915A0CECC}.Release|x64.ActiveCfg = Release|Any CPU
{06578991-00CD-4EF7-A12B-63E915A0CECC}.Release|x64.Build.0 = Release|Any CPU
{06578991-00CD-4EF7-A12B-63E915A0CECC}.Release|x86.ActiveCfg = Release|Any CPU
{06578991-00CD-4EF7-A12B-63E915A0CECC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 86e8ae3

Please sign in to comment.