diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml index 2c37e94..06d5a8f 100644 --- a/ReleaseNotes.xml +++ b/ReleaseNotes.xml @@ -33,6 +33,33 @@ 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). + + 1.0.4 + 2022-01-14 01:22 + + NetworkResurrector.Agent improvements + • Multiple operations were implemented in the agent: Shutdown, Restart, Sleep, LockLogout and Cancel. The "Cancel" action can cancel one of the previously operations programmed with a delay. + • Added NetworkResurrector.Agent.Wrapper nuget package. It provides an easy and efficient method for a developer to connect another system written in .NET to this agent. + + + + 1.0.5 + 2022-01-18 21:43 + + NetworkResurrector.Server.Wrapper nuget package + • Added NetworkResurrector.Server.Wrapper nuget package. It provides an easy and efficient method for a developer to connect another system written in .NET to NetworkResurrector.Server. + • Added logic where the http headers from the caller's request are automatically passed to the request sent to this server. + + + + 1.0.6 + 2022-06-19 08:18 + + Implemented Netmash.Infrastructure.DatabaseMigration + • Through this nuget package, support was added for the automatic running of new sql scripts at system startup. + • The current sql scripts have been corrected or updated to meet the migrator rules. + + 1.0.7 2022-11-30 23:21