How to make it work for 4.2:
1. Open the .xml with notepad
2. Find "<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="4.1.99" />"
It is on the 8th line so count down or ctrl+f
3. Change max version to 4.2
4. It should look like this:
<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="4.2.99" />
Now upload and it'll work all good