I have added new package to nuget(I'm not talking about adding reference of package into project). I have added new packages to server so that others can consume/use that package in their projects.
Say package name was Parser1.0.0.0.nupkg
Problem is I forgot to add one dependency. Now I want to edit or delete and add correct one again. But I don't want to change its version number.
Anyone knows how to do it?