release notes changes
parent
81f50b7bde
commit
fb98358dbb
|
@ -4,6 +4,7 @@
|
||||||
<Version>1.0.0</Version>
|
<Version>1.0.0</Version>
|
||||||
<Date>2020-11-28 18:15</Date>
|
<Date>2020-11-28 18:15</Date>
|
||||||
<Content>
|
<Content>
|
||||||
|
System initialization
|
||||||
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.
|
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.
|
Has been added Wake on LAN support and "wake" route in the API controller.
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -12,6 +13,7 @@
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.1</Version>
|
||||||
<Date>2020-11-29 22:14</Date>
|
<Date>2020-11-29 22:14</Date>
|
||||||
<Content>
|
<Content>
|
||||||
|
New functionalities added
|
||||||
Has been added "ping" and "shutdown" support. Routes with same names have also been added to the controller.
|
Has been added "ping" and "shutdown" support. Routes with same names have also been added to the controller.
|
||||||
</Content>
|
</Content>
|
||||||
</Note>
|
</Note>
|
||||||
|
@ -19,6 +21,7 @@
|
||||||
<Version>1.0.2</Version>
|
<Version>1.0.2</Version>
|
||||||
<Date>2020-12-20 23:00</Date>
|
<Date>2020-12-20 23:00</Date>
|
||||||
<Content>
|
<Content>
|
||||||
|
Changes in the system structure
|
||||||
Replaced Swagger and MediatR implementations with inhouse nuget packages.
|
Replaced Swagger and MediatR implementations with inhouse nuget packages.
|
||||||
Integration with Tuitio.
|
Integration with Tuitio.
|
||||||
</Content>
|
</Content>
|
||||||
|
|
Loading…
Reference in New Issue