Impy/fix partial versions
Added check that allows to match a package listed with version 1.3 and 1.3.0. Some packages comes as dependency set to like 1.3.0, but the package actually is set to 1.3. The code now tries to gather the real version (used to unpack) from the nuspec file. Added test case for this.