Skip to content

Commit

Permalink
chore(project): update package id
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Jun 19, 2018
1 parent 7b0fb02 commit 237e356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions zb-client/zb-client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<AssemblyName>zb-client</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<PackOnBuild>true</PackOnBuild>
<PackageId>zb-csharp-client</PackageId>
<PackageVersion>0.1.2</PackageVersion>
<PackageId>zb-client</PackageId>
<PackageVersion>0.1.0</PackageVersion>
<Authors>Christopher Zell</Authors>
<PackageIconUrl>http://zeebe.io/img/zeebe-logo.svg</PackageIconUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
Expand All @@ -25,7 +25,7 @@

Uses as backend the libzbc project (https://github.com/zeebe-io/libzbc) to comunicate with the zeebe broker. For more information about the zeebe project please visit http://zeebe.io</Description>
<CodePage>65001</CodePage>
<PackageReleaseNotes>Note: Patch release fixes libzbc packing
<PackageReleaseNotes>Note: Currently only linux is supported as platform

Contains the core functionallity, like: poll, complete and fail, to create an job worker in C#.

Expand Down
2 changes: 0 additions & 2 deletions zb-client/zb-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
<file src="lib/libzbc-darwin-10.6-amd64.dylib" target="runtimes/osx-x64/native" />
<file src="lib/libzbc-darwin-10.6-amd64.h" target="runtimes/osx-x64/native" />

<file src="lib/libzbc-linux-amd64.h" target="lib/net461" />
<file src="bin/Release/zb-client.dll" target="lib/net461" />

<file src="zb-client.targets" target="build/native"/>
</files>
</package>

0 comments on commit 237e356

Please sign in to comment.