From 3e9921d865e602afb99c9a35852761212ae42949 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 13 Jan 2022 10:52:18 +0200 Subject: [PATCH] fix --- ReleaseNotes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml index 7e61ace..bc5f1e5 100644 --- a/ReleaseNotes.xml +++ b/ReleaseNotes.xml @@ -26,7 +26,7 @@ Added NetworkResurrector.Agent service Upgrade all services to net5.0 NetworkResurrector.Agent is a service that will be installed on a host machine with the scope to execute operations like shutdown, restart, etc directly. - The system will be able to execute these operations in multiple ways. This is just the first one and all of them are handled by the NetworkResurrector.Server. For example, if the user wants to shutdown a clean Windows machine, he can use the agent and configure the server to call it, but in case of a proxmox machine, the server can be configured to execute a http request directly to the OS with the shutdown action (without the need for the agent). + The system will be able to execute these operations in multiple ways. This is just the first one and all of them are handled by the NetworkResurrector.Api. For example, if the user wants to shutdown a clean Windows machine, he can use the agent and configure the API to call it, but in case of a proxmox machine, the API can be configured to execute a http request directly to the OS with the shutdown action (without the need for the agent). \ No newline at end of file