When creating Chocolatey Applications, users should be able so select version a specific version
The user experience must remain as before if no version is selected:
# Create JSON File without Version Tag
PS> Get-ChocoInfo -PackageName GoogleChrome -OutputPath "$Env:temp\"
# Create JSON File with Version Tag
PS> Get-ChocoInfo -PackageName GoogleChrome -OutputPath "$Env:temp\" -PackageVersion 91.0.4472.106