Is it possible to add the lower version of a library as a NuGet package on the https://www.nuget.org/ site?
For example, I have already uploaded versions:
- 1.1
- 1.1.1
- 1.1.2
- 1.1.3
- 1.2
Now I need to add the version 1.1.4.
How can I do this? Will the Visual Studio NuGet manager return 1.2 as the latest version by default? Or will it change on 1.1.4?