From a206d72a935eecb39ece3f362da99b28987d294a Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 25 Mar 2023 01:36:13 +0200 Subject: [PATCH] added date tag in release notes --- ReleaseNotes.xml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml index 900f83d..2c37e94 100644 --- a/ReleaseNotes.xml +++ b/ReleaseNotes.xml @@ -2,6 +2,7 @@ 1.0.0 + 2020-11-28 18:15 Simple .net core 3.1 console application that serve as an REST API through witch a user can execute wake or shutdown commands on machines from his network. Has been added Wake on LAN support and "wake" route in the API controller. @@ -9,12 +10,14 @@ 1.0.1 + 2020-11-29 22:14 Has been added "ping" and "shutdown" support. Routes with same names have also been added to the controller. 1.0.2 + 2020-12-20 23:00 Replaced Swagger and MediatR implementations with inhouse nuget packages. Integration with Tuitio. @@ -22,15 +25,17 @@ 1.0.3 + 2022-01-03 08:52 - 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.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). - + 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.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.7 + 2022-11-30 23:21 Code cleanup and refactoring • Preparing to make the project open source on my Gitea instance. @@ -40,6 +45,7 @@ 1.1.0 + 2023-01-29 00:31 Massive improvements • .NET 6 upgrade @@ -47,31 +53,34 @@ • Added Seq logging • Added messaging and published notifications from command handlers • Refactoring and code cleanup - • Added README.md file - + • Added README.md file + 1.1.1 + 2023-02-02 19:03 Retouches after the last upgrade • Nuget packages upgrade • Small fixes - + 1.1.2 + 2023-02-04 11:14 Tuitio latest updates • Tuitio nuget packages upgrade • Tuitio configuration changes - + 1.1.3 + 2023-03-18 02:49 Tuitio latest changes • Account logout method and the latest changes published by Tuitio were implemented • Netmash.Security.Authentication.Tuitio nuget package upgrade - + \ No newline at end of file