I have a c# windows service developed using the Topshelf framework. The service reads configurable values from App.config. However, when I change values inside App.config and reinstall the windows service, it does not read the latest values.
Is there any intermediate step or execution of a Topshelf command required as part of this process?