1.0.0 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. 1.0.1 Has been added "ping" and "shutdown" support. Routes with same names have also been added to the controller. 1.0.2 Replaced Swagger and MediatR implementations with inhouse nuget packages. Integration with local Identity Server. 1.0.3 Added NetworkResurrector.Agent service Upgrade services to net5.0