Introduction
According to this documentation it is possible to specify dependencies including versions per package as follows:
<dependencies>
<dependency id="Chocolatey" version="0.9.8.20" />
</dependencies>
Question
Which Nuspec snippet needs to be applied in order to install dependencies' latest version?