We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AllVersions outputs the package, and then all versions of the package (for each version of a package)
Below, c:\testpak has the packages testpackage0.1.0.0, testpackage0.1.0.1, and testpackage1.1.0.0
nuget list -Source "c:\testpak" -AllVersions testpackage0 1.0.0 testpackage0 1.0.0 testpackage0 1.0.1 testpackage0 1.0.1 testpackage0 1.0.0 testpackage0 1.0.1 testpackage1 1.0.0 testpackage1 1.0.0
The text was updated successfully, but these errors were encountered:
Fixed with NuGetArchive/NuGet3@334a1cd and NuGetArchive/NuGet.PackageManagement@7d76fca
Sorry, something went wrong.
zhili1208
No branches or pull requests
AllVersions outputs the package, and then all versions of the package (for each version of a package)
Below, c:\testpak has the packages testpackage0.1.0.0, testpackage0.1.0.1, and testpackage1.1.0.0
nuget list -Source "c:\testpak" -AllVersions
testpackage0 1.0.0
testpackage0 1.0.0
testpackage0 1.0.1
testpackage0 1.0.1
testpackage0 1.0.0
testpackage0 1.0.1
testpackage1 1.0.0
testpackage1 1.0.0
The text was updated successfully, but these errors were encountered: