I'm writing an update program for another piece of software. This update program downloads/installs updates to this program's extensions (my update program is, in fact, just another extension).
Some of these extensions are CodePlex projects. Other's are just on people's personal websites or on their company's website, etc... Point is, there's no central extension repository.
I'm having trouble downloading the updates that are hosted on CodePlex because I cannot seem to just find URL that returns/downloads the latest version. E.g. on this page there is the big, green "Download" button. All I want is, for any given CodePlex project, a URL I can hit that will download the latest version (like that Download button does after the stupid prompt).
I created a CodePlex feature request for this, but it hasn't been updated and neither have the other hundreds of requests people have had for that site.
In summary, I want something like this:
http://coolestProjectEver.codeplex.com/download
This link would return/download the latest version of that project without any questions/prompts.
Any ideas what I can do?