MCWrapper.CLI 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MCWrapper.CLI --version 1.1.0
NuGet\Install-Package MCWrapper.CLI -Version 1.1.0
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="MCWrapper.CLI" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MCWrapper.CLI --version 1.1.0
#r "nuget: MCWrapper.CLI, 1.1.0"
#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.
// Install MCWrapper.CLI as a Cake Addin
#addin nuget:?package=MCWrapper.CLI&version=1.1.0

// Install MCWrapper.CLI as a Cake Tool
#tool nuget:?package=MCWrapper.CLI&version=1.1.0

A simple .NET Core wrapper for the MultiChain Core blockchain library using Command Line Interface (CLI) commands.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MCWrapper.CLI:

Package Downloads
MCWrapper

A compilation of the MCWrapper.RPC and MCWrapper.CLI libraries with a new extension method permitting the additional of both the MultiChain Core RPC and CLI client factories using a single line of code.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.1 719 2/3/2020
6.0.0 859 1/19/2020
5.0.0 615 1/7/2020
4.1.12 563 1/2/2020
4.1.11 462 1/2/2020
4.1.10 476 1/2/2020
4.1.9 499 1/2/2020
4.1.8 501 1/1/2020
4.1.7 516 1/1/2020
4.1.6 603 12/22/2019
4.1.5 555 12/22/2019
4.0.5 562 12/12/2019
4.0.4 547 11/30/2019
4.0.3 607 11/28/2019
4.0.2 574 11/25/2019
4.0.1 561 11/24/2019
4.0.0 465 11/24/2019
3.0.0 558 11/13/2019
2.0.1 570 11/4/2019
2.0.0 516 10/30/2019
1.1.0 551 10/27/2019
1.0.0 436 10/27/2019

Previously, the Command Line Interface (CLI) logic contained in this project was packaged with the full MCWrapper package which became to unwieldy to maintain and has been broken into two seperate projects.

MCWrapper.RPC and MCWrapper.CLI are the two projects.

Version 1.1.0:
Updated to support multi-frameworks.