diff --git a/Thermo.Active.NC/NcFileAdapter.cs b/Thermo.Active.NC/NcFileAdapter.cs index 5bf5bddd..228b80f4 100644 --- a/Thermo.Active.NC/NcFileAdapter.cs +++ b/Thermo.Active.NC/NcFileAdapter.cs @@ -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() { diff --git a/Thermo.Active/Properties/AssemblyInfo.cs b/Thermo.Active/Properties/AssemblyInfo.cs index 2ef67053..61226fd7 100644 --- a/Thermo.Active/Properties/AssemblyInfo.cs +++ b/Thermo.Active/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("0.21.106")] \ No newline at end of file