Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Samuele E. Locatelli
2020-10-03 16:26:23 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -904,7 +904,7 @@ namespace Thermo.Active.NC
{
System.DateTime adesso = System.DateTime.Now;
var stdTime = new DateTime(adesso.Year, adesso.Month, adesso.Day, 7, 30, 0).TimeOfDay;
for (int i =1 ; i < 6; i++)
for (int i = 0; i < 7; i++)
{
DTOSchedTaskModels demo = new DTOSchedTaskModels()
{
+1 -1
View File
@@ -30,4 +30,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.21.105")]
[assembly: AssemblyVersion("0.21.106")]