Metadata >> NuGet >> ZooKeeperNetEx.Recipes >> 3.4.6.1002

3.4.6.1002

Metadata

Authors Shay Hazor
Copyrights Shay Hazor - Copyright 2015
Description A .NET async Client Recipes for ZooKeeper v3.4.6. Compatible with the Task-based Asynchronous Pattern (async/await), allowing fully asynchronous operation. CLS compliant for consumption from any .NET language and CoreCLR future-proof (100% compatible in Microsoft .NET Portability Analyzer). A great measure has been taken to follow the logic of the official Java client. In fact, the code is almost identical. Thus allowing easy evolution alongside the Java version.
IconUrl https://ccdce73789835b39c0952535276de3b7772f802f.googledrive.com/host/0B_hNtILvKRsifnpVRnp4NVRKcHltY05FSGM2bzg5ZGNaVHRqcW9GVFJnWjczSFUtNk40OTA/zookeeper.bmp
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Shay Hazor
ProjectUrl https://github.com/shayhatsor/zookeeper
ReleaseNotes This project is actively maintained at: https://github.com/shayhatsor/zookeeper Please feel free to open an issue or ask a question there. A CoreCLR release is planned when a non-prerelease version of .NET Core is made available.
RequireLicenseAcceptance False
Summary .NET async Client Recipes for ZooKeeper v3.4.6
Tags apache zookeeper Apache ZooKeeper Recipes recipes .NET .Net client async zk CLSCompliant
Dependencies ZooKeeperNetEx:3.4.6.1002
Title Apache ZooKeeper .NET async Client
PackageSize 114542
PackageHashAlgorithm SHA512
PackageHash OYU4St0awO8q+gi9K636JQoTtcfVlkBiC02PqgTjp1qf1G8KKmEM9DgHaMGEWRF3G1pXXPWIdDJJKqYoAI02lw==
DownloadCount 000000
CreatedDate 2015-08-05T17:43:15

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ZooKeeperNetEx.Recipes -Version 3.4.6.1002 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ZooKeeperNetEx.Recipes -Version 3.4.6.1002 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete ZooKeeperNetEx.Recipes 3.4.6.1002 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package ZooKeeperNetEx.Recipes -Version 3.4.6.1002 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ZooKeeperNetEx.Recipes -Version 3.4.6.1002 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap ZooKeeperNetEx.Recipes -Version 3.4.6.1002
Uninstalling the package:
o remove-wrap ZooKeeperNetEx.Recipes

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries
AnyCPU Release .NETFramework,Version=v4.6 Binaries