MCWrapper 1.1.2
See the version list below for details.
dotnet add package MCWrapper --version 1.1.2
NuGet\Install-Package MCWrapper -Version 1.1.2
<PackageReference Include="MCWrapper" Version="1.1.2" />
paket add MCWrapper --version 1.1.2
#r "nuget: MCWrapper, 1.1.2"
// 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 | Versions 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. |
-
.NETCoreApp 3.0
- Microsoft.Extensions.DependencyInjection (>= 3.0.0-preview6.19304.6)
- Microsoft.Extensions.Http.Polly (>= 3.0.0-preview6.19304.6)
- Microsoft.Extensions.Options (>= 3.0.0-preview6.19304.6)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.0.0-preview6.19304.6)
- Newtonsoft.Json (>= 12.0.2)
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 | 612 | 2/3/2020 |
7.0.2 | 458 | 1/19/2020 |
7.0.1 | 453 | 1/19/2020 |
7.0.0 | 457 | 1/19/2020 |
6.0.0 | 504 | 1/7/2020 |
5.1.6 | 582 | 1/2/2020 |
5.1.5 | 513 | 12/22/2019 |
5.1.4 | 470 | 12/22/2019 |
5.0.4 | 495 | 12/12/2019 |
5.0.3 | 457 | 11/30/2019 |
5.0.2 | 506 | 11/28/2019 |
5.0.1 | 485 | 11/25/2019 |
5.0.0 | 473 | 11/24/2019 |
4.0.0 | 470 | 11/13/2019 |
3.1.1 | 459 | 11/4/2019 |
3.1.0 | 442 | 10/30/2019 |
3.0.0 | 478 | 10/28/2019 |
2.0.5-beta | 281 | 8/25/2019 |
2.0.4-beta | 266 | 7/28/2019 |
2.0.3-beta | 255 | 7/22/2019 |
2.0.2-beta | 267 | 7/18/2019 |
2.0.1-beta | 268 | 7/18/2019 |
2.0.0-beta | 279 | 7/16/2019 |
1.1.2 | 302 | 6/27/2019 |
1.1.1 | 295 | 6/23/2019 |
1.1.0 | 335 | 6/10/2019 |
1.0.9 | 324 | 6/3/2019 |
1.0.8 | 299 | 5/30/2019 |
1.0.7 | 307 | 5/29/2019 |
1.0.6 | 299 | 5/28/2019 |
1.0.5 | 322 | 5/19/2019 |
1.0.4 | 577 | 5/19/2019 |
1.0.3 | 564 | 5/15/2019 |
1.0.2 | 551 | 5/14/2019 |
1.0.1 | 537 | 5/14/2019 |
1.0.0 | 550 | 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.