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
1Install-Package ArkEcosystem.Client -Version 0.2.1
#.NET CLI
1dotnet 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.
1<PackageReference Include="ArkEcosystem.Client" Version="0.2.1" />
#Paket CLI
1paket add ArkEcosystem.Client --version 0.2.1
#Development
- Fork the package .
- Clone forked repository.
1git clone https://github.com/<githubusername>/dotnet-client
- Next, move into the fresh cloned directory.
1cd dotnet-client
Last updated 2 years ago
Edit Page