ZooKeeperNetEx 3.4.12.4

dotnet add package ZooKeeperNetEx --version 3.4.12.4
                    
NuGet\Install-Package ZooKeeperNetEx -Version 3.4.12.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZooKeeperNetEx" Version="3.4.12.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZooKeeperNetEx" Version="3.4.12.4" />
                    
Directory.Packages.props
<PackageReference Include="ZooKeeperNetEx" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ZooKeeperNetEx --version 3.4.12.4
                    
#r "nuget: ZooKeeperNetEx, 3.4.12.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ZooKeeperNetEx@3.4.12.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ZooKeeperNetEx&version=3.4.12.4
                    
Install as a Cake Addin
#tool nuget:?package=ZooKeeperNetEx&version=3.4.12.4
                    
Install as a Cake Tool

A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await). A great measure has been taken to follow the logic of the official Java client, including all relevant unit tests. In fact, the code is almost identical. Thus allowing easy evolution alongside the Java version.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.12.4 78 3/8/2021
3.4.12.3 2 3/8/2021
3.4.12.1 32,958 3/8/2021
3.4.12 3 3/8/2021
3.4.10.1 7 3/8/2021
3.4.9.10 2 3/8/2021
3.4.9.4 4,862 3/8/2021
3.4.9.2 1 3/8/2021
3.4.9.1 2 3/8/2021
3.4.9 2 3/8/2021
3.4.8.4 3 3/8/2021
3.4.8.3 1 3/8/2021
3.4.8.1 3 3/8/2021
3.4.8 2 3/8/2021
3.4.7.9 2 3/8/2021
3.4.7.7 4 3/8/2021
3.4.7.6 1 3/8/2021
3.4.7.2 2 3/8/2021
3.4.7.1 5 3/8/2021
3.4.6.1011 2 3/8/2021
Loading failed

This project is actively maintained at: https://github.com/shayhatsor/zookeeper
     Please feel free to open an issue or ask a question there.