Zeiss.IMT.PiWebApi.Client
5.0.1
Prefix Reserved
dotnet add package Zeiss.IMT.PiWebApi.Client --version 5.0.1
NuGet\Install-Package Zeiss.IMT.PiWebApi.Client -Version 5.0.1
<PackageReference Include="Zeiss.IMT.PiWebApi.Client" Version="5.0.1" />
paket add Zeiss.IMT.PiWebApi.Client --version 5.0.1
#r "nuget: Zeiss.IMT.PiWebApi.Client, 5.0.1"
// Install Zeiss.IMT.PiWebApi.Client as a Cake Addin #addin nuget:?package=Zeiss.IMT.PiWebApi.Client&version=5.0.1 // Install Zeiss.IMT.PiWebApi.Client as a Cake Tool #tool nuget:?package=Zeiss.IMT.PiWebApi.Client&version=5.0.1
ZEISS PiWeb-API .NET Client provides an extensive set of methods for reading and writing inspection plan structure as well as measurements and measurement values to and from ZEISS PiWeb server via HTTP(S)/REST based web service endpoints. ZEISS PiWeb server >= version 5.8 is required.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- IdentityModel (>= 1.13.0)
- JetBrains.Annotations (>= 2018.2.1)
- Microsoft.IdentityModel.Logging (>= 5.2.1)
- Microsoft.IdentityModel.Tokens (>= 5.2.1)
- Newtonsoft.Json (>= 12.0.1)
- Newtonsoft.Json.Bson (>= 1.0.2)
- System.IdentityModel.Tokens.Jwt (>= 5.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
===========================================================================================
-------------------------------------------------------------------------------------------
Version 5.0.1
-------------------------------------------------------------------------------------------
===========================================================================================
==========================================
Bugfixes
==========================================
- Fixed a bug where given measurement attributes were no longer imported via the program ID
- Prevent possible FormatExceptions due to empty strings on fething attribute raw value
===========================================================================================
-------------------------------------------------------------------------------------------
Version 5.0.0
-------------------------------------------------------------------------------------------
===========================================================================================
==========================================
New Features
==========================================
- Added/removed some keys from WellKnownKeys
- WellKnownKeys class now only contains keys of the PiWeb standard configuration
- Updated System.IdentityModel.Tokens.Jwt to 5.2.1
- Added NotificationFeatureSupported and AlarmFeatureSupported properties to WellKnownServerFeatures class.
- Add method to data service rest client to use new clear part endpoint
- Add JobEngineSupported property to WellKnownServerFeatures list. This property inverts JobEngineNotSupported property which will be removed in future release and therefore has been marked as obsolete.