MCWrapper.Data.Models
2.0.2
See the version list below for details.
dotnet add package MCWrapper.Data.Models --version 2.0.2
NuGet\Install-Package MCWrapper.Data.Models -Version 2.0.2
<PackageReference Include="MCWrapper.Data.Models" Version="2.0.2" />
paket add MCWrapper.Data.Models --version 2.0.2
#r "nuget: MCWrapper.Data.Models, 2.0.2"
// Install MCWrapper.Data.Models as a Cake Addin #addin nuget:?package=MCWrapper.Data.Models&version=2.0.2 // Install MCWrapper.Data.Models as a Cake Tool #tool nuget:?package=MCWrapper.Data.Models&version=2.0.2
Class data models that are shared between MCWrapper.RPC and MCWrapper.CLI
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
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 3.0
- Newtonsoft.Json (>= 12.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MCWrapper.Data.Models:
Package | Downloads |
---|---|
MCWrapper.RPC
A simple .NET Core wrapper for the MultiChain Core blockchain library that utilitzes Remote Procedure Calls (RPC) to communicate with distributed ledgers. Written with C# 8.0 and supports .NET Core 2.1, 2.2, and 3.0. |
|
MCWrapper.CLI
A simple .NET Core wrapper that utilizes the Command Line Interface (CLI) to communicate with MultiChain distributed ledger networks. Written with C# 8.0 and supports .NET Core 2.1, 2.2, and 3.1. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.5 | 1,082 | 2/3/2020 |
3.0.4 | 489 | 2/3/2020 |
3.0.3 | 467 | 2/3/2020 |
3.0.2 | 489 | 2/3/2020 |
3.0.1 | 1,341 | 1/17/2020 |
3.0.0 | 466 | 1/17/2020 |
2.1.5 | 946 | 1/7/2020 |
2.0.5 | 978 | 1/2/2020 |
2.0.4 | 513 | 1/2/2020 |
2.0.3 | 1,308 | 12/22/2019 |
2.0.2 | 939 | 12/22/2019 |
2.0.1 | 578 | 12/22/2019 |
2.0.0 | 458 | 12/22/2019 |
1.0.1 | 1,623 | 11/28/2019 |
1.0.0 | 2,577 | 10/23/2019 |
Changed GetBlockV2Result.Tx from strongly Typed array to object array to accommodate string objects.