is-iot-ipc-lib 2.3.0

dotnet add package is-iot-ipc-lib --version 2.3.0
NuGet\Install-Package is-iot-ipc-lib -Version 2.3.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="is-iot-ipc-lib" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add is-iot-ipc-lib --version 2.3.0
#r "nuget: is-iot-ipc-lib, 2.3.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 is-iot-ipc-lib as a Cake Addin
#addin nuget:?package=is-iot-ipc-lib&version=2.3.0

// Install is-iot-ipc-lib as a Cake Tool
#tool nuget:?package=is-iot-ipc-lib&version=2.3.0

ANT Industrial Studio IPC Client Library

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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
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. 
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
2.3.0 487 8/25/2020
2.1.1 410 7/24/2020
2.1.0 430 7/22/2020
2.0.5 471 7/20/2020
2.0.4 444 7/14/2020
2.0.2 418 7/12/2020
2.0.1 436 7/9/2020
1.0.16 435 3/26/2020
1.0.14 507 2/26/2020
1.0.12 451 2/13/2020
1.0.11 471 2/9/2020
1.0.10 470 2/8/2020
1.0.6 435 2/4/2020
1.0.2 484 1/30/2020

All notable changes is-iot-ipc-server and lib package will be documented here.

   Check CHANGELOG.md file in source repo for more info.
   The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

   Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security

   ## [2.1.1] (2020-07-24)
     - Changed: Removed GetContainerTimeZoneFullInfo

   ## [2.1.0] (2020-07-22)
     - Added: It support singleton classes for command
     - Added: `[RPC]` atrribute to the class or method to be published as command
     - Changed: verbosity level added. Default: No-Log
   
   ## [2.0.5] (2020-07-20)
     - Fixed: RPC Methods do not need description attributes
   
   ## [2.0.4] (2020-07-13)
     - Re-ordered some fields in IpcCommandExecutionResult for better readability
   
   ## [2.0.2] (2020-07-12)
    - Changed: Parameters Type changed to Parameters in IpcCommandClass response (added parameters name and type)