Suppose I have one client(X) which has version 1.0.0 installed in his system, and I have Released 2.0.0 and 3.0.0 on server, now when Client X clicks on check for update button, I will call my Standalone updater which will download only version 2.0.0 and not both(2.0.0, 3.0.0). Is there any way that when client checks for update all the later releases download in one go?