16 lines
588 B
XML
16 lines
588 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>
|
|
</ReleaseNotes> |