added date tag in release notes

master
Tudor Stanciu 2023-03-25 01:36:13 +02:00
parent a72c35b168
commit a206d72a93
1 changed files with 19 additions and 10 deletions

View File

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