MCWrapper 4.0.0
See the version list below for details.
dotnet add package MCWrapper --version 4.0.0
NuGet\Install-Package MCWrapper -Version 4.0.0
<PackageReference Include="MCWrapper" Version="4.0.0" />
paket add MCWrapper --version 4.0.0
#r "nuget: MCWrapper, 4.0.0"
// Install MCWrapper as a Cake Addin #addin nuget:?package=MCWrapper&version=4.0.0 // Install MCWrapper as a Cake Tool #tool nuget:?package=MCWrapper&version=4.0.0
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 (>= 3.0.0)
- 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 (>= 3.0.0)
- 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 (>= 3.0.0)
- 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.3)
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 | 613 | 2/3/2020 |
7.0.2 | 459 | 1/19/2020 |
7.0.1 | 454 | 1/19/2020 |
7.0.0 | 458 | 1/19/2020 |
6.0.0 | 505 | 1/7/2020 |
5.1.6 | 583 | 1/2/2020 |
5.1.5 | 514 | 12/22/2019 |
5.1.4 | 471 | 12/22/2019 |
5.0.4 | 496 | 12/12/2019 |
5.0.3 | 458 | 11/30/2019 |
5.0.2 | 507 | 11/28/2019 |
5.0.1 | 486 | 11/25/2019 |
5.0.0 | 474 | 11/24/2019 |
4.0.0 | 471 | 11/13/2019 |
3.1.1 | 460 | 11/4/2019 |
3.1.0 | 443 | 10/30/2019 |
3.0.0 | 479 | 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 | 303 | 6/27/2019 |
1.1.1 | 296 | 6/23/2019 |
1.1.0 | 336 | 6/10/2019 |
1.0.9 | 325 | 6/3/2019 |
1.0.8 | 300 | 5/30/2019 |
1.0.7 | 308 | 5/29/2019 |
1.0.6 | 300 | 5/28/2019 |
1.0.5 | 323 | 5/19/2019 |
1.0.4 | 580 | 5/19/2019 |
1.0.3 | 567 | 5/15/2019 |
1.0.2 | 552 | 5/14/2019 |
1.0.1 | 538 | 5/14/2019 |
1.0.0 | 551 | 5/14/2019 |
Version 4.0.0:
Update to MCWrapper.CLI v 3.0.0 with breaking changes;
Please refer to the MCWrapper.CLI Github Repo and review any commit that includes 'Version 2.1.0' or 'Version 3.0.0' in the title.