added date tag in release notes
parent
a72c35b168
commit
a206d72a93
|
@ -2,6 +2,7 @@
|
|||
<ReleaseNotes>
|
||||
<Note>
|
||||
<Version>1.0.0</Version>
|
||||
<Date>2020-11-28 18:15</Date>
|
||||
<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.
|
||||
|
@ -9,12 +10,14 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.0.1</Version>
|
||||
<Date>2020-11-29 22:14</Date>
|
||||
<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</Version>
|
||||
<Date>2020-12-20 23:00</Date>
|
||||
<Content>
|
||||
Replaced Swagger and MediatR implementations with inhouse nuget packages.
|
||||
Integration with Tuitio.
|
||||
|
@ -22,6 +25,7 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.0.3</Version>
|
||||
<Date>2022-01-03 08:52</Date>
|
||||
<Content>
|
||||
Added NetworkResurrector.Agent service
|
||||
Upgrade all services to net5.0
|
||||
|
@ -31,6 +35,7 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.0.7</Version>
|
||||
<Date>2022-11-30 23:21</Date>
|
||||
<Content>
|
||||
Code cleanup and refactoring
|
||||
• Preparing to make the project open source on my Gitea instance.
|
||||
|
@ -40,6 +45,7 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.1.0</Version>
|
||||
<Date>2023-01-29 00:31</Date>
|
||||
<Content>
|
||||
Massive improvements
|
||||
• .NET 6 upgrade
|
||||
|
@ -52,6 +58,7 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.1.1</Version>
|
||||
<Date>2023-02-02 19:03</Date>
|
||||
<Content>
|
||||
Retouches after the last upgrade
|
||||
• Nuget packages upgrade
|
||||
|
@ -60,6 +67,7 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.1.2</Version>
|
||||
<Date>2023-02-04 11:14</Date>
|
||||
<Content>
|
||||
Tuitio latest updates
|
||||
• Tuitio nuget packages upgrade
|
||||
|
@ -68,6 +76,7 @@
|
|||
</Note>
|
||||
<Note>
|
||||
<Version>1.1.3</Version>
|
||||
<Date>2023-03-18 02:49</Date>
|
||||
<Content>
|
||||
Tuitio latest changes
|
||||
• Account logout method and the latest changes published by Tuitio were implemented
|
||||
|
|
Loading…
Reference in New Issue