Skip to content

Instantly share code, notes, and snippets.

@spouliot
Created July 26, 2012 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spouliot/d0073e7b9d537d635897 to your computer and use it in GitHub Desktop.
Save spouliot/d0073e7b9d537d635897 to your computer and use it in GitHub Desktop.
$ l ~/Library/Caches/MonoDevelop-3.0/TempDownload/
total 8
-rw-r--r-- 1 sebastienpouliot staff 0 11 May 17:01 downloader-lock
-rw-r--r-- 1 sebastienpouliot staff 1681 26 Jul 10:59 index.xml
$ cat ~/Library/Caches/MonoDevelop-3.0/TempDownload/index.xml
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Update>
<Name>MonoDevelop</Name>
<Id>a3140c14-ef90-4019-ae6c-9d93804d6611</Id>
<VersionId>30003004</VersionId>
<Dependencies />
<Url>http://download.xamarin.com/monodevelop/Mac/MonoDevelop-3.0.3.4.dmg</Url>
<Version>3.0.3.4</Version>
<Size>26403729</Size>
<Hash>a43ea6aad9a1913ba1ee2e6bff9295b9</Hash>
<IsThirdParty>false</IsThirdParty>
<Date>2012-07-16T20:35:45</Date>
<Releases>
<Release>
<Version>3.0.3.4</Version>
<Date>2012-07-16T20:35:45</Date>
<Notes>http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_3.0.3.4</Notes>
</Release>
<Release>
<Version>3.0.3.3</Version>
<Date>2012-07-02T21:29:34</Date>
<Notes>This is a hot-fix release for MonoDevelop 3.0.3.
You can now use MonoDevelop if you also have Visual Studio 2012 installed. Additional fixes to the debugger as well as the code completion engine are also included.</Notes>
</Release>
</Releases>
<Level>Stable</Level>
<RequiresRestart>true</RequiresRestart>
<RequiresInteractiveInstall>false</RequiresInteractiveInstall>
<InstallerMetadata />
<Inactive>false</Inactive>
<File>/Users/sebastienpouliot/Library/Caches/MonoDevelop-3.0/TempDownload/a3140c14-ef90-4019-ae6c-9d93804d6611.dmg</File>
<Status>Downloaded</Status>
<UpdateInfoFile>/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/Xamarin.Ide/../../../../updateinfo</UpdateInfoFile>
</Update>
</ArrayOfUpdate>$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment