Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Package name is case sensitive



  • Hi,

    seems that the package name is case sensitive for ProGet, but only when requiring a specific version. Here is the repro:

    • Configure NuGet file at %AppData%\NuGet\NuGet.config so that it only point to ProGet
    • Empty local cache at %LocalAppData%\NuGet\Cache
    • execute the following command:

    nuget.exe install phantomjs

    • It works as expected
    • Delete the downloaded package in the current dir
    • Empty (again) local cache at %LocalAppData%\NuGet\Cache
    • execute the following command:

    nuget.exe install phantomjs -Version 1.9.2

    Expected behavior: Should download the package

    Actual behavior: Unable to find version '1.9.2' of package 'phantomjs'.

    Version used

    • ProGet version 2.1.4 (Build 3)
    • NuGet Version: 2.7.41115.310


  • Thank you for the detailed report. This has actually already been fixed in ProGet 2.2 and later versions.


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation