ant-ipc-lib
2.4.11
dotnet add package ant-ipc-lib --version 2.4.11
NuGet\Install-Package ant-ipc-lib -Version 2.4.11
<PackageReference Include="ant-ipc-lib" Version="2.4.11" />
paket add ant-ipc-lib --version 2.4.11
#r "nuget: ant-ipc-lib, 2.4.11"
// Install ant-ipc-lib as a Cake Addin
#addin nuget:?package=ant-ipc-lib&version=2.4.11
// Install ant-ipc-lib as a Cake Tool
#tool nuget:?package=ant-ipc-lib&version=2.4.11
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 Framework | net471 net472 net48 net481 |
-
.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 (>= 10.0.3)
- System.Drawing.Common (>= 4.7.0)
-
net5.0
- Microsoft.AspNetCore.SignalR.Client (>= 3.1.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Newtonsoft.Json (>= 10.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.4.11 | 331 | 5/28/2021 |
2.4.10 | 274 | 2/8/2021 |
2.4.9 | 363 | 11/9/2020 |
2.4.8 | 336 | 11/9/2020 |
2.4.7 | 348 | 10/29/2020 |
2.4.6 | 325 | 10/23/2020 |
2.4.5 | 328 | 10/13/2020 |
2.4.4 | 325 | 10/13/2020 |
2.4.3 | 369 | 10/7/2020 |
2.4.1 | 353 | 9/22/2020 |
2.4.0 | 365 | 9/18/2020 |
2.3.4 | 370 | 9/17/2020 |
2.3.3 | 398 | 9/15/2020 |
2.3.2 | 374 | 9/3/2020 |
2.3.1 | 408 | 9/2/2020 |
All notable changes ant-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)