File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 251
251
{
252
252
"Name" = "8:Microsoft Visual Studio"
253
253
"ProductName" = "8:DoE App Guard"
254
- "ProductCode" = "8:{CB2D0BB3-7A0F-4CC2-B878-FDFD3CFFD3A3 }"
255
- "PackageCode" = "8:{1693DC63-5B54-4108-8A27-770958C190AC }"
254
+ "ProductCode" = "8:{4849A618-A33C-44C0-8E09-F915B5EDCEBC }"
255
+ "PackageCode" = "8:{773785D9-2DFE-46F1-86A2-BAED30B131A0 }"
256
256
"UpgradeCode" = "8:{8DB977C0-C7DE-4B13-90B3-965BCD952CA2}"
257
257
"AspNetVersion" = "8:2.0.50727.0"
258
258
"RestartWWWService" = "11:FALSE"
259
259
"RemovePreviousVersions" = "11:TRUE"
260
260
"DetectNewerInstalledVersion" = "11:FALSE"
261
261
"InstallAllUsers" = "11:TRUE"
262
- "ProductVersion" = "8:0.7.1 "
262
+ "ProductVersion" = "8:0.7.2 "
263
263
"Manufacturer" = "8:NSW DoE"
264
264
"ARPHELPTELEPHONE" = "8:"
265
265
"ARPHELPLINK" = "8:"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
68
68
_logger . LogWarning ( i . ToString ( ) + " Started AppGuardService in Session ID: " + ps [ i ] . SessionId . ToString ( ) ) ;
69
69
}
70
70
}
71
- await Task . Delay ( TimeSpan . FromSeconds ( 15f ) , stoppingToken ) ;
71
+ await Task . Delay ( TimeSpan . FromSeconds ( 60f ) , stoppingToken ) ;
72
72
}
73
73
}
74
74
catch ( TaskCanceledException )
You can’t perform that action at this time.
0 commit comments