ant-ipc-lib
2.3.4
See the version list below for details.
dotnet add package ant-ipc-lib --version 2.3.4
NuGet\Install-Package ant-ipc-lib -Version 2.3.4
<PackageReference Include="ant-ipc-lib" Version="2.3.4" />
paket add ant-ipc-lib --version 2.3.4
#r "nuget: ant-ipc-lib, 2.3.4"
// Install ant-ipc-lib as a Cake Addin #addin nuget:?package=ant-ipc-lib&version=2.3.4 // Install ant-ipc-lib as a Cake Tool #tool nuget:?package=ant-ipc-lib&version=2.3.4
Changelog
All notable changes ant-ipc-server and lib package will be documented in this file.
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.3.4] (2020-09-16)
Server:
- Changed: Completed Getting Started - Server web documentation and minor changes in Tutorial
- Added: Subscribe to event from context menu
- Added: Icon on event in context menu, shows if it is subscribed (green check)
- Added: Show notification when event is triggered remotely
Library
- Changed: Overload ConnectAsync with 2 parameters, url and instanceId
- Changed: IpcCommandExecutionResult class, new field: FriendlyId returns with the command
- Fixed: C# event subsciption fixed issue not triggering
[2.3.3] (2020-09-15)
Server:
- Changed: Tutorials in Getting Started section - Added RPC with parameters and event example
Library
- Fixed: C# event subsciption fixed issue not triggering
[2.3.2] (2020-09-03)
Server:
- Changed: Renamed the project to ant-ipc
- Changed: Removed class prefix in context menu
- Changed: Tutorials in Getting Started section
Library
- Added: python library and examples
- Changed: CommandSent callback in Hub (for python compatibility) to send GUID
- Changed: Misc Changes in Base Commands
- Fixed: bug fixes and performance improvement
[2.3.0] (2020-08-25)
Server
- Added: Subscription to events
- Fixed: Check port occupancy at the startup. Error msg if used
Library
- Added: remote event calls and callbacks (rec)
- Added: new feature optional parameters to RPC methods
- Changed: Removed command GetContainerTimeZoneFullInfo
- Changed: Changed list of base commands
- Fixed: Several minor fixed and performance improvements
[2.1.1] (2020-07-22)
Server
- Changed: Eliminated console interaction
- Fixed: Check port occupancy at the startup. Error msg if used
Library
- Changed: Removed command GetContainerTimeZoneFullInfo
[2.1.0] (2020-07-22)
Server
- Added: It support singleton classes for commands
- Changed: verbosity level added. Default: No-Log
Library
- 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.6] (2020-07-21)
- Server
- Added: commands alias to list: 'ls', 'dir'
- Changed: smaller bubble fonts and logo to fix 60 chars wide
[2.0.5] (2020-07-20)
- Server
- Fixed: Initialize contextMenu with some items for SAFARI (not resizing first time when empty)
- Fixed: Linux - raspberry case sensitive folders for css. Change Styles for styles.
- Changed: console default setting for
output
is nowjsonc
[2.0.4] (2020-07-13)
Server
- Added: parameter Window when invoking methods with parameters from main screen
- Added: Icon with result.Success (green / red)
- Added: Tooltip with Message error when fail
Library
- Re-ordered some fields in IpcCommandExecutionResult for better readability
[2.0.2] (2020-07-12)
Server
- Added: Main Page command result format in JSON and YAML colored
- Added: Main Page command result 'only result' checkbox
- Added: Main Page save format and show result settings in localstorage
- Fixed: row selection remove when changing context-menu to another process
Library
- Changed: Parameters Type changed to Parameters in IpcCommandClass response (added parameters name and type)
[2.0.1] (2020-07-08)
Server
- Added: Context menu with commands to webpage process-list, send commands with GUI and render json
- Added: Dialog with results and copy to clipboard button
- Added:
connect
command to terminal, to reconnect to server - Added: several print-out improved in terminal (add date to connect/disconnect/etc)
- Changed: Unlimited message size
- Changed: EnableDetailedErrors = true (signalr)
- Fixed:
]
was not properly printed in terminal in special cases (array with show_only_result true)
Library
- Changed: Rename IPCBaseCommands
GetThreadList
toGetProcessThreadList
- Changed: Rename IPCBaseCommands
GetExecutingLocation
toGetProcessExecutingLocation
- Changed:
HelpDescription
command, better identation of Description in string - Changed:
HelpAlias
command, better identation of Alias in string
- Changed: Rename IPCBaseCommands
[1.0.16] (2020-03-01)
- Added: Initial set of IPCBaseCommands
- Added: Administration Webpage with terminal
- Added: Several output types (json, jsonc, yaml, yamlc)
- Changed: documentation tutorial and examples
- Fixed: bug fixes and performance improvement
[1.0.2] (2020-03-01)
- Initial Release
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.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 |
---|---|---|
4.0.2 | 226 | 5/12/2023 |
4.0.1 | 224 | 5/3/2023 |
3.0.2 | 177 | 5/3/2023 |
3.0.0 | 178 | 5/1/2023 |
2.4.11 | 576 | 5/28/2021 |
2.4.10 | 399 | 2/8/2021 |
2.4.9 | 492 | 11/9/2020 |
2.4.8 | 463 | 11/9/2020 |
2.4.7 | 476 | 10/29/2020 |
2.4.6 | 462 | 10/23/2020 |
2.4.5 | 464 | 10/13/2020 |
2.4.4 | 458 | 10/13/2020 |
2.4.3 | 507 | 10/7/2020 |
2.4.1 | 493 | 9/22/2020 |
2.4.0 | 502 | 9/18/2020 |
2.3.4 | 515 | 9/17/2020 |
2.3.3 | 504 | 9/15/2020 |
2.3.2 | 502 | 9/3/2020 |
2.3.1 | 529 | 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)