I am able to successfully publish my application online. however, since I use 3rd party dlls, what I noticed is that each time I publish, all the files versions are updated. Which means whenever users launch my app and there is an update, the update procedure has to download those same dlls over again although they have not changed. Only my app .exe has changed. Is there a way I could publish my app in a way that only the .exe file gets updated?
Thanks for any hints!