Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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")]
|
||||
Reference in New Issue
Block a user