network-resurrector/ReleaseNotes.xml

23 lines
793 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ReleaseNotes>
<Note>
<Version>1.0.0.0</Version>
<Content>
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.
</Content>
</Note>
<Note>
<Version>1.0.1.0</Version>
<Content>
Has been added "ping" and "shutdown" support. Routes with same names have also been added to the controller.
</Content>
</Note>
<Note>
<Version>1.0.2.0</Version>
<Content>
Replaced Swagger and MediatR implementations with inhouse nuget packages.
Integration with local Identity Server.
</Content>
</Note>
</ReleaseNotes>