network-resurrector/ReleaseNotes.xml

22 lines
747 B
XML
Raw Normal View History

2020-11-28 20:15:50 +02:00
<?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.
</Content>
</Note>
2020-11-28 20:15:50 +02:00
</ReleaseNotes>