Deprecated
#Client
Warning
WARNING! This package is deprecated and is no longer maintained and supported.
#NuGet Package Manager
NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.
#Install Package
Install-Package ArkEcosystem.Client -Version 0.2.1
#.NET CLI
dotnet add package ArkEcosystem.Client --version 0.2.1
#PackageReference
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageReference Include="ArkEcosystem.Client" Version="0.2.1" />
#Paket CLI
paket add ArkEcosystem.Client --version 0.2.1
#Development
- Fork the package .
- Clone forked repository.
git clone https://github.com/<githubusername>/dotnet-client
- Next, move into the fresh cloned directory.
cd dotnet-client
Last updated 11 months ago
Edit Page