inmation-api-client 1.4.0

dotnet add package inmation-api-client --version 1.4.0
NuGet\Install-Package inmation-api-client -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="inmation-api-client" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add inmation-api-client --version 1.4.0
#r "nuget: inmation-api-client, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install inmation-api-client as a Cake Addin
#addin nuget:?package=inmation-api-client&version=1.4.0

// Install inmation-api-client as a Cake Tool
#tool nuget:?package=inmation-api-client&version=1.4.0

A client library for the inmation Web API. This API client can only be used with the inmation Web API server.

Product 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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 3,459 10/28/2021
1.3.2 5,760 2/6/2020
1.3.1 521 1/22/2020
1.2.2 2,105 1/25/2019
1.2.1 832 1/18/2019
1.2.0 839 1/16/2019
1.1.1 895 10/24/2018
1.1.0 785 10/23/2018
1.0.0 1,086 8/20/2018
0.9.4 1,411 4/6/2018
0.9.3 982 3/26/2018
0.9.2 1,226 2/13/2018
0.9.1 1,154 2/7/2018
0.9.0 1,122 2/1/2018
0.3.3 1,273 12/11/2017
0.3.2 1,007 12/11/2017
0.3.1 1,000 12/5/2017
0.2.0 1,308 8/31/2017

- Fixed issue in auto reconnect feature when the WebSocket connection was forcibly closed by the Web API.
     - Improved WebSocket response data processing. Contains a fix for the error 'Failed deserialize HTTP response: Buffer cannot be null. Parameter name: buffer'.
     - Made per request authentication obsolete.
     - Added option 'disconnect_on_access_denied' to be able to force the Web API to keep the WebSocket connection open in an unauthorized state when an authentication request results in an access denied (401) response.
     - Added the DataStore option to the Annotate, Query and Update Batch Production Records methods to support Custom Production Tracking Data Stores.
     - Added support for audit trail comments.
     - Added support for Query Audit Trail endpoint.
     - Added support to re-authenticate.
     - Added support for Upload File endpoint.
     - Added support for Read File Metadata endpoint.
     - Added support for Write File Metadata endpoint.
     - Added support for Delete File endpoint.