MCWrapper 2.0.2-beta
See the version list below for details.
dotnet add package MCWrapper --version 2.0.2-beta
NuGet\Install-Package MCWrapper -Version 2.0.2-beta
<PackageReference Include="MCWrapper" Version="2.0.2-beta" />
paket add MCWrapper --version 2.0.2-beta
#r "nuget: MCWrapper, 2.0.2-beta"
// Install MCWrapper as a Cake Addin #addin nuget:?package=MCWrapper&version=2.0.2-beta&prerelease // Install MCWrapper as a Cake Tool #tool nuget:?package=MCWrapper&version=2.0.2-beta&prerelease
.NET Core 3.0 (Preview 6) API wrapper for the MultiChain Core blockchain library.
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.Configuration.Json (>= 3.0.0-preview6.19304.6)
- 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 | 615 | 2/3/2020 |
7.0.2 | 461 | 1/19/2020 |
7.0.1 | 456 | 1/19/2020 |
7.0.0 | 460 | 1/19/2020 |
6.0.0 | 507 | 1/7/2020 |
5.1.6 | 585 | 1/2/2020 |
5.1.5 | 516 | 12/22/2019 |
5.1.4 | 473 | 12/22/2019 |
5.0.4 | 498 | 12/12/2019 |
5.0.3 | 460 | 11/30/2019 |
5.0.2 | 512 | 11/28/2019 |
5.0.1 | 488 | 11/25/2019 |
5.0.0 | 476 | 11/24/2019 |
4.0.0 | 473 | 11/13/2019 |
3.1.1 | 462 | 11/4/2019 |
3.1.0 | 445 | 10/30/2019 |
3.0.0 | 481 | 10/28/2019 |
2.0.5-beta | 282 | 8/25/2019 |
2.0.4-beta | 267 | 7/28/2019 |
2.0.3-beta | 256 | 7/22/2019 |
2.0.2-beta | 268 | 7/18/2019 |
2.0.1-beta | 271 | 7/18/2019 |
2.0.0-beta | 280 | 7/16/2019 |
1.1.2 | 305 | 6/27/2019 |
1.1.1 | 298 | 6/23/2019 |
1.1.0 | 338 | 6/10/2019 |
1.0.9 | 327 | 6/3/2019 |
1.0.8 | 302 | 5/30/2019 |
1.0.7 | 310 | 5/29/2019 |
1.0.6 | 302 | 5/28/2019 |
1.0.5 | 325 | 5/19/2019 |
1.0.4 | 582 | 5/19/2019 |
1.0.3 | 569 | 5/15/2019 |
1.0.2 | 554 | 5/14/2019 |
1.0.1 | 540 | 5/14/2019 |
1.0.0 | 553 | 5/14/2019 |
RuntimeParamOptions parameter is now optional in AddMultiChainCoreServices extension method;
Added parameterless AddMultiChainCoreServices() method - Needed because some consumers may opt to use a DI container with environment variables and in this case the IConfiguration, BlockchainProfileOptions, and RuntimeParamOptions do not need to be passed explicitly to MCWrapper;
Fixed a JSON parsing issue with ListStreamPublishersResult class (Data property changed from string type to object type);
CLIClient MAX_WAIT duration increased to 60 seconds for long polling blockchain nodes that are busy at the moment;