MCWrapper 1.1.2

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

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

NET Core 3.0 wrapper for the MultiChain blockchain library written in C# 8.0

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 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

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
7.0.3 591 2/3/2020
7.0.2 439 1/19/2020
7.0.1 436 1/19/2020
7.0.0 437 1/19/2020
6.0.0 485 1/7/2020
5.1.6 565 1/2/2020
5.1.5 493 12/22/2019
5.1.4 448 12/22/2019
5.0.4 476 12/12/2019
5.0.3 436 11/30/2019
5.0.2 485 11/28/2019
5.0.1 463 11/25/2019
5.0.0 454 11/24/2019
4.0.0 446 11/13/2019
3.1.1 438 11/4/2019
3.1.0 424 10/30/2019
3.0.0 455 10/28/2019
2.0.5-beta 275 8/25/2019
2.0.4-beta 259 7/28/2019
2.0.3-beta 246 7/22/2019
2.0.2-beta 257 7/18/2019
2.0.1-beta 257 7/18/2019
2.0.0-beta 269 7/16/2019
1.1.2 292 6/27/2019
1.1.1 283 6/23/2019
1.1.0 323 6/10/2019
1.0.9 313 6/3/2019
1.0.8 288 5/30/2019
1.0.7 295 5/29/2019
1.0.6 287 5/28/2019
1.0.5 310 5/19/2019
1.0.4 554 5/19/2019
1.0.3 539 5/15/2019
1.0.2 525 5/14/2019
1.0.1 515 5/14/2019
1.0.0 529 5/14/2019

Multichain Core binary process client is now available from the ICliClient and IForge contracts. Send requests directly to the MultiChain Core library using just a blockchain name and request parameters, no more need for RPC credentials. Only a couple methods are implemented at the moment, however, our goal is to offer all method calls directly to the MultiChain Core library without the necessity of using JSON-RPC or SSH Tunnels as long as the application and blockchain are running in the same environment. Our JSON-RPC service clients will remain available and will continue to be deveoped alongside the newer CLI-based client.