MCWrapper.Data.Models
3.0.5
dotnet add package MCWrapper.Data.Models --version 3.0.5
NuGet\Install-Package MCWrapper.Data.Models -Version 3.0.5
<PackageReference Include="MCWrapper.Data.Models" Version="3.0.5" />
paket add MCWrapper.Data.Models --version 3.0.5
#r "nuget: MCWrapper.Data.Models, 3.0.5"
// Install MCWrapper.Data.Models as a Cake Addin #addin nuget:?package=MCWrapper.Data.Models&version=3.0.5 // Install MCWrapper.Data.Models as a Cake Tool #tool nuget:?package=MCWrapper.Data.Models&version=3.0.5
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 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- Newtonsoft.Json (>= 12.0.3)
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 12.0.3)
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 12.0.3)
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 |
We had to add NewtonSoft Json back to the project to support hyphenated object property names returned from MultiChain nodes. This fixed parsing error for GetBlockchainParamsResult causing default object to be returned with no values assigned.