Hitachi.APM.Models.API
7.2.0
dotnet add package Hitachi.APM.Models.API --version 7.2.0
NuGet\Install-Package Hitachi.APM.Models.API -Version 7.2.0
<PackageReference Include="Hitachi.APM.Models.API" Version="7.2.0" />
<PackageVersion Include="Hitachi.APM.Models.API" Version="7.2.0" />
<PackageReference Include="Hitachi.APM.Models.API" />
paket add Hitachi.APM.Models.API --version 7.2.0
#r "nuget: Hitachi.APM.Models.API, 7.2.0"
#:package Hitachi.APM.Models.API@7.2.0
#addin nuget:?package=Hitachi.APM.Models.API&version=7.2.0
#tool nuget:?package=Hitachi.APM.Models.API&version=7.2.0
APM Health Model API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Newtonsoft.Json (>= 13.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.
[7.2.0] 2025-01-24
Changed:
- Improved deserialization for System.Text.Json to variable of object type for of complex objects
[7.1.0] 2025-01-22
Changed:
- Adapting ModelsApi objects for serialization and deserialization of both Newtonsoft and System.Text.Json
[7.0.0] 2024-12-13
Changed:
- Renaming of the package from ABB.AHC.Models.API to Hitachi.APM.Models.API
- Remove API versions: V1, V2, V3
- Remove AutoMapper version: 8.1.0
- Remove target framework: .netstandard 2.1 and add multi-target: .net 6,7,8
[6.2.3] 2024-11-06
Changed:
- Update Newtonsoft.Json from 13.0.1 to 13.0.3, fix CVE-2024-21907
[6.2.2] 2024-10-01
Fixed:
- added timeout for RecommendationIdValidationRegex (200 miliseconds)
[6.2.1] 2024-07-17
Fixed:
- Returned ExpectedParameterType for InvalidParameterTypeException in AsDateTime extension method
[6.2.0] 2024-06-26
Added:
- InvalidParameterTypeException and InvalidParameterException classes
- GetLastAsString, GetLastAsDate, GetLastAsNumber, GetLastAsBool, GetLastAsEnum to ModelInput
[6.1.2] 2023-11-07
Changed:
- Recommendation Id maximal lenght from 128 to 256
[6.1.1] 2023-10-26
Fixed:
- Models API not working with .NET 7.0
[6.1.0] 2022-09-18
Added: Recommendation Id to Issue
[6.0.0] 2022-02-17
Changed:
- Changed SimulationConfiguration data type to JToken
Removed:
- SimulationConfiguration and SimulationLoadRange definitions
[5.8.0] 2022-11-24
Fixed:
- model version 6: cretaing ModelOutput - initializing the UnstructuredValues property with empty dictionary
[5.7.0] 2022-11-22
Added:
- DueDate in Issue
[5.6.0] 2022-05-09
Added:
- Unstructured values in ModelOutput
[5.5.1] 2022-01-27
Changed:
- remove Obsolete attribute from ABB.AHC.Models.API.V6.Score constructors because of removing Obsolete attribute from ABB.AHC.Models.API.V6.Score.ImpactingInputParameterNames
[5.5.0] 2022-01-10
Changed:
- Update Newtonsoft.Json to 13.0.1, fix CVE
- remove Obsolete attribute from ABB.AHC.Models.API.V6.Score.ImpactingInputParameterNames
- copyright notice
- score value must be provided when score confidence is available
Added:
- score confidence
- indicative parameters and indicative derivative parameters for V6.Score
- score confidence
[5.4.0] 2020-08-31
Added:
- simulation configuration added to model input
- prognosis model output added to model output
- score type (Additive, Maximum) added to model output
Fixed:
- xml doc and Obsolete attributes message for deprecated IModel interfaces
- xml doc for ModelOutput's constructors
5.3.6:
- Fix convertion method ABB.AHC.Models.API.Commons.TypeExtensions.AsNumber
- Update Nuget libraries
5.3.5:
- Fix for ModelOutput conversion (from V4 to V5) when issue's header and/or condition are null