MCWrapper.CLI 6.0.1

dotnet add package MCWrapper.CLI --version 6.0.1
                    
NuGet\Install-Package MCWrapper.CLI -Version 6.0.1
                    
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="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MCWrapper.CLI" Version="6.0.1" />
                    
Directory.Packages.props
<PackageReference Include="MCWrapper.CLI" />
                    
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 MCWrapper.CLI --version 6.0.1
                    
#r "nuget: MCWrapper.CLI, 6.0.1"
                    
#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 MCWrapper.CLI@6.0.1
                    
#: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=MCWrapper.CLI&version=6.0.1
                    
Install as a Cake Addin
#tool nuget:?package=MCWrapper.CLI&version=6.0.1
                    
Install as a Cake Tool

A simple .NET Core wrapper that utilizes the Command Line Interface (CLI) to communicate with MultiChain distributed ledger networks. Written with C# 8.0 and supports .NET Core 2.1, 2.2, and 3.1.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 1,016 2/3/2020
6.0.0 1,144 1/19/2020
5.0.0 852 1/7/2020
4.1.12 811 1/2/2020
4.1.11 669 1/2/2020
4.1.10 690 1/2/2020
4.1.9 719 1/2/2020
4.1.8 717 1/1/2020
4.1.7 739 1/1/2020
4.1.6 844 12/22/2019
4.1.5 784 12/22/2019
4.0.5 801 12/12/2019
4.0.4 796 11/30/2019
4.0.3 857 11/28/2019
4.0.2 802 11/25/2019
4.0.1 795 11/24/2019
4.0.0 675 11/24/2019
3.0.0 805 11/13/2019
2.0.1 833 11/4/2019
2.0.0 752 10/30/2019
Loading failed

GetBlockchainParamsAsync was returning a null/default GetBlockchainParamsResult object due to JSON parsing errors related to hyphenated object property names returned by the MultiChain getblockchainparams method.

This update fixes the parsing error with no breaking changes.

Please view all supported MultiChain Community Edition methods here, https://mcwrapper.com/supported-methods

This package has passed unit testing on Windows 10, Windows Server 2012, and Ubuntu 18.04.
This package has passed unit testing with MultiChain Community Edition v2.0.3.