OpenProtocolInterpreter 4.0.0
See the version list below for details.
dotnet add package OpenProtocolInterpreter --version 4.0.0
NuGet\Install-Package OpenProtocolInterpreter -Version 4.0.0
<PackageReference Include="OpenProtocolInterpreter" Version="4.0.0" />
paket add OpenProtocolInterpreter --version 4.0.0
#r "nuget: OpenProtocolInterpreter, 4.0.0"
// Install OpenProtocolInterpreter as a Cake Addin #addin nuget:?package=OpenProtocolInterpreter&version=4.0.0 // Install OpenProtocolInterpreter as a Cake Tool #tool nuget:?package=OpenProtocolInterpreter&version=4.0.0
Converts the ugly package that came from Open Protocol to an object
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.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenProtocolInterpreter:
Repository | Stars |
---|---|
Rickedb/OpenProtocolInterpreter
Converts the ugly ASCII package that came from Open Protocol to an object
|
Version | Downloads | Last updated | |
---|---|---|---|
6.1.0 | 4,708 | 12/11/2023 | |
6.0.0 | 2,081 | 5/31/2023 | |
5.1.0 | 3,667 | 1/12/2023 | |
5.0.0 | 2,142 | 6/6/2022 | |
4.2.0 | 1,125 | 2/9/2022 | |
4.1.0 | 2,693 | 1/17/2022 | |
4.0.0 | 491 | 1/14/2022 | |
3.6.2 | 1,881 | 10/15/2021 | |
3.6.1 | 734 | 9/23/2021 | |
3.6.0 | 456 | 9/9/2021 | |
3.5.0 | 628 | 7/19/2021 | |
3.4.3 | 656 | 6/1/2021 | |
3.4.2 | 590 | 5/31/2021 | |
3.4.1 | 529 | 5/7/2021 | |
3.4.0 | 5,395 | 4/2/2021 | |
3.3.0 | 1,620 | 12/22/2020 | |
3.2.2 | 533 | 11/10/2020 | |
3.2.1 | 4,148 | 9/15/2020 | |
3.2.0 | 5,329 | 6/26/2020 | |
3.1.2 | 723 | 3/9/2020 | |
3.1.1 | 579 | 2/19/2020 | |
3.1.0 | 756 | 2/12/2020 | |
3.0.5 | 1,435 | 2/7/2020 | |
3.0.4 | 538 | 2/6/2020 | |
3.0.3 | 1,803 | 10/23/2019 | |
3.0.2 | 672 | 9/18/2019 | |
3.0.1 | 666 | 8/19/2019 | |
3.0.0 | 652 | 8/14/2019 | |
2.2.1 | 682 | 6/21/2019 | |
2.2.0 | 674 | 4/8/2019 | |
2.1.2 | 966 | 1/11/2019 | |
2.1.1 | 812 | 1/10/2019 | |
2.1.0 | 847 | 11/8/2018 | |
2.0.1 | 1,073 | 6/19/2018 | |
1.0.0 | 1,234 | 5/3/2018 |
Breaking changes:
- RevisionsByFields is no longer a public property due to serialization issues
- CalibrationUnit.LBF_LN fixed to CalibrationUnit.LBF_IN
- CalibrationUnit.NCM changed from 5 to 8
- TorqueValuesUnit.LBF_LN fixed to TorqueValuesUnit.LBF_IN
New revisions:
- Mid0001, revisions 6 and 7
- Mid0012, revision 5
- Mid0013, revisions 3 to 5
- Mid0032, revision 4
- Mid0040, revision 6 and 7
- Mid0041, revision 6 and 7
- Mid0042, revision 2
- Mid0043, revision 2
- Mid0045, revision 2
- Mid0071, revision 3
- Mid0074, revision 2
- Mid0140, revisions 2 and 3 (pending unit tests)
- Mid1201, revision 2
Fixes:
- Fixed SpeedOrPressStatusConverter used in Mid0101