github-actions[bot] on develop
Bump Verify.NUnit from 19.7.0 t… Merge pull request #500 from Wi… (compare)
github-actions[bot] on nuget
dependabot[bot] on nuget
Bump Verify.NUnit from 19.7.0 t… (compare)
github-actions[bot] on develop
Bump Verify.NUnit from 19.6.0 t… Merge pull request #499 from Wi… (compare)
github-actions[bot] on nuget
dependabot[bot] on nuget
Bump Verify.NUnit from 19.6.0 t… (compare)
GeertvanHorrik on develop
Bump Orchestra.Core from 7.0.0-… Merge pull request #498 from Wi… (compare)
GeertvanHorrik on nuget
github-actions[bot] on nuget
github-actions[bot] on develop
Bump Orc.Theming from 5.0.0-alp… Merge pull request #497 from Wi… (compare)
<configSections>
<sectionGroup name="catel">
<section name="logging" type="Catel.Logging.LoggingConfigurationSection, Catel.Core" />
</sectionGroup>
</configSections>
<catel>
<logging>
<listeners>
<!--TODO: the line below must be commented out in stable release-->
<!--<listener type="Catel.Logging.FileLogListener" IgnoreCatelLogging="true" IsDebugEnabled="true" IsInfoEnabled="true" IsWarningEnabled="true" IsErrorEnabled="true" />-->
</listeners>
</logging>
</catel>
@GeertvanHorrik
It seems that the "IsUpdatedInstalled" is never set to true, even if the application was updated.
https://github.com/WildGums/Orc.Squirrel/blob/develop/src/Orc.Squirrel/Orc.Squirrel.Shared/Services/UpdateService.cs#L210
In my observations, the exit code is always 0, even if the application was successfully updated.