pingzing / trippit

An experimental Windows 10 Helsinki DigiTransit client
MIT License
1 stars 1 forks source link

[Feature] App data versioning #16

Closed pingzing closed 7 years ago

pingzing commented 8 years ago

Kind of a feature--make sure that any info the app saves is somehow versioned, so we can migrate on upgrades.

pingzing commented 7 years ago

Note on implementation: apparently you need to call SetVersionAsync() on your data with a handler attached to it

pingzing commented 7 years ago

Huh. Apparently all you have to do is set it for V1.

Note for later when this actually needs to be implemented: We'll have to do some reshuffling of the BootStrapper to allow the SettingsService enough time to Initialize.