MCWrapper 3.1.1
See the version list below for details.
dotnet add package MCWrapper --version 3.1.1
NuGet\Install-Package MCWrapper -Version 3.1.1
<PackageReference Include="MCWrapper" Version="3.1.1" />
paket add MCWrapper --version 3.1.1
#r "nuget: MCWrapper, 3.1.1"
// Install MCWrapper as a Cake Addin #addin nuget:?package=MCWrapper&version=3.1.1 // Install MCWrapper as a Cake Tool #tool nuget:?package=MCWrapper&version=3.1.1
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. MCWrapper 3.0.0 also offers a new MCWrapperClientFactory that lazy loads the RPC and CLI client collections.
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 | netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- MCWrapper.CLI (>= 2.0.1)
- MCWrapper.RPC (>= 4.0.1)
- Microsoft.Extensions.Configuration.Json (>= 2.1.0)
- Microsoft.Extensions.DependencyInjection (>= 2.1.0)
- Microsoft.Extensions.Http.Polly (>= 2.1.0)
- Microsoft.Extensions.Options (>= 2.1.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.1.0)
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 2.2
- MCWrapper.CLI (>= 2.0.1)
- MCWrapper.RPC (>= 4.0.1)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Http.Polly (>= 2.2.0)
- Microsoft.Extensions.Options (>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 3.0
- MCWrapper.CLI (>= 2.0.1)
- MCWrapper.RPC (>= 4.0.1)
- Microsoft.Extensions.Configuration.Json (>= 3.0.0)
- Microsoft.Extensions.DependencyInjection (>= 3.0.0)
- Microsoft.Extensions.Http.Polly (>= 3.0.0)
- Microsoft.Extensions.Options (>= 3.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.0.0)
- 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 |
Version 3.0.0:
MCWrapper CLI and RPC functions along with the back-end entity and data models have been broken into separate projects. MCWrapper 3.0.0 ties them all back together under a single library. Consumers may still opt to only use the MCWrapper.CLI and MCWrapper.RPC libraries independent from MCWrapper 3.0.0.
Version: 3.10:
Update to MCWrapper.CLI 2.0.0 and MCWrapper.RPC 4.0.0
Version 3.1.1:
MCWrapper.RPC version 4.0.1 update
MCWrapper.CLI version 2.0.1 update