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
<PackageReference Include="is-iot-ipc-lib" Version="2.3.0" />
paket add is-iot-ipc-lib --version 2.3.0
#r "nuget: is-iot-ipc-lib, 2.3.0"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7.1
- Microsoft.AspNetCore.SignalR.Client (>= 3.1.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 4.7.0)
-
.NETStandard 2.1
- Microsoft.AspNetCore.SignalR.Client (>= 3.1.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 4.7.0)
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 | 361 | 8/25/2020 |
2.1.1 | 310 | 7/24/2020 |
2.1.0 | 329 | 7/22/2020 |
2.0.5 | 382 | 7/20/2020 |
2.0.4 | 353 | 7/14/2020 |
2.0.2 | 320 | 7/12/2020 |
2.0.1 | 364 | 7/9/2020 |
1.0.16 | 353 | 3/26/2020 |
1.0.14 | 406 | 2/26/2020 |
1.0.12 | 361 | 2/13/2020 |
1.0.11 | 389 | 2/9/2020 |
1.0.10 | 383 | 2/8/2020 |
1.0.6 | 353 | 2/4/2020 |
1.0.2 | 395 | 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)