DEV Community

StrangerDev
StrangerDev

Posted on

Auto Updater

Hello
I don't know how I should make an updater for my project.

For example I have 0.0.0.1 version and the newest version would be 1.0.0.0.
Then the app would download all of the updates one by one from 0.0.0.1 to 1.0.0.0. So it means 0.0.0.2, 0.0.0.3, 0.0.0.4, etc.. until 1.0.0.0 .

How can I make it possible?
Thanks in advance the answers.

Top comments (0)