I have made a application to update my other applications. I am using autoupdater.net library to handle the updates. My question is how can I get the version of one application from another?
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.0.1.0</version> // I would like to update this with the assembly version of another application
<url></url>
<changelog></changelog>
<mandatory mode="2">true</mandatory>
</item>
What this application does is deletes the current zip, zips up the release folder and then the last step would be updating this xml document with the new version number.