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 251251 {
252252 "Name" = "8:Microsoft Visual Studio"
253253 "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 }"
256256 "UpgradeCode" = "8:{8DB977C0-C7DE-4B13-90B3-965BCD952CA2}"
257257 "AspNetVersion" = "8:2.0.50727.0"
258258 "RestartWWWService" = "11:FALSE"
259259 "RemovePreviousVersions" = "11:TRUE"
260260 "DetectNewerInstalledVersion" = "11:FALSE"
261261 "InstallAllUsers" = "11:TRUE"
262- "ProductVersion" = "8:0.7.1 "
262+ "ProductVersion" = "8:0.7.2 "
263263 "Manufacturer" = "8:NSW DoE"
264264 "ARPHELPTELEPHONE" = "8:"
265265 "ARPHELPLINK" = "8:"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
6868 _logger . LogWarning ( i . ToString ( ) + " Started AppGuardService in Session ID: " + ps [ i ] . SessionId . ToString ( ) ) ;
6969 }
7070 }
71- await Task . Delay ( TimeSpan . FromSeconds ( 15f ) , stoppingToken ) ;
71+ await Task . Delay ( TimeSpan . FromSeconds ( 60f ) , stoppingToken ) ;
7272 }
7373 }
7474 catch ( TaskCanceledException )
You can’t perform that action at this time.
0 commit comments