ant-ipc-lib
4.0.2
dotnet add package ant-ipc-lib --version 4.0.2
NuGet\Install-Package ant-ipc-lib -Version 4.0.2
<PackageReference Include="ant-ipc-lib" Version="4.0.2" />
paket add ant-ipc-lib --version 4.0.2
#r "nuget: ant-ipc-lib, 4.0.2"
// Install ant-ipc-lib as a Cake Addin #addin nuget:?package=ant-ipc-lib&version=4.0.2 // Install ant-ipc-lib as a Cake Tool #tool nuget:?package=ant-ipc-lib&version=4.0.2
ANT Industrial Studio IPC Client Library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- Microsoft.AspNetCore.SignalR.Client (>= 7.0.5)
- Microsoft.Extensions.Configuration.FileExtensions (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- Newtonsoft.Json (>= 13.0.3)
- System.Drawing.Common (>= 7.0.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 |
---|---|---|
4.0.2 | 205 | 5/12/2023 |
4.0.1 | 208 | 5/3/2023 |
3.0.2 | 164 | 5/3/2023 |
3.0.0 | 163 | 5/1/2023 |
2.4.11 | 546 | 5/28/2021 |
2.4.10 | 378 | 2/8/2021 |
2.4.9 | 471 | 11/9/2020 |
2.4.8 | 443 | 11/9/2020 |
2.4.7 | 454 | 10/29/2020 |
2.4.6 | 439 | 10/23/2020 |
2.4.5 | 440 | 10/13/2020 |
2.4.4 | 435 | 10/13/2020 |
2.4.3 | 484 | 10/7/2020 |
2.4.1 | 471 | 9/22/2020 |
2.4.0 | 481 | 9/18/2020 |
2.3.4 | 494 | 9/17/2020 |
2.3.3 | 480 | 9/15/2020 |
2.3.2 | 480 | 9/3/2020 |
2.3.1 | 505 | 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
## [3.0.0] (2023-05-01)
- Server:
- Fixed: issues losing commands (concurrency)
- Changed: Updated to NET 7
- Changed: some Debug, Warn, Error
- Known issue: Getting Started web documentation is broken, need update
- Library:
- Changed: Updated to NET 7
- Fixed: minor bug fixes and performance improvement
## [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)