Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Application Settings not carrying over on upgrade/update #140

Merged
merged 3 commits into from
Mar 9, 2024

Commits on Mar 9, 2024

  1. Upgrade Settings at start if necessary

    Application Settings upgrade routine is only run automatically when using the ClickOnce installer. Since it's not run with our current MSI build, this code will then run when the program is started for the first time (nothing happens) or if it's an upgraded MSI installation with a fresh copy of settings. In that case, the Upgrade function will find the older copy and import/apply them. This operation won't be attempted until the next upgrade. Need to remove once using pure ClickOnce.
    gbakeman committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fd2c73c View commit details
    Browse the repository at this point in the history
  2. Removing header text

    Top LICENSE file still applies. Will clean up files as needed. Started by cleaning up assemblyinfo files. Adding some additional information.
    gbakeman committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1bfcfef View commit details
    Browse the repository at this point in the history
  3. Bump v.2.3.8834

    gbakeman committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    da9b79b View commit details
    Browse the repository at this point in the history