Add "PreviousVersionInstalled" to SystemInformation #3928
Replies: 2 comments 5 replies
-
@Panda-Sharp that's an interesting suggestion. Going to loop in @michael-hawker to see what he thinks about this addition in the list 🤔 |
Beta Was this translation helpful? Give feedback.
-
@Panda-Sharp good point, seems like an oversight, and probably pretty easy to do... We do the detection right here: We call that in the constructor right off the bat from here: So I think all that needs to be done is to expose a property for the getter and set it instead of the local field and that'll be it! Just have to note that it'll only be different on that very first run when upgrading, as we then re-save the current version back over, just like the Want to open a PR? I'll convert this to an issue and assign to you if you'd like to contribute. |
Beta Was this translation helpful? Give feedback.
-
Currently SystemInformation contains the following properties:
Would be nice to add a "PreviousVersionInstalled" to understand which version the app is updated from, to handle specific migration/changes.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions