I understand how to publish a nuget package using nuget command line
nuget command line
But I Have searched around I don\'t find docs about how to publish
Also, prerelease version don't show up if their version number is lower than the stable version. For example if you have
Only the stable version will appear in the list.
If you have
The Prerelease version will be installable.