I have a package targeting asp.net net40 projects with version 1.6.0.* where I want to create release branch of those sources and then start work on port of them targeting asp.net net45 with version 1.6.5.*.
If I later have to apply minor fixes to the release branch containing package targeting asp.net 40 projects will the nuget gallery allow me to publish newer 1.6.0.* drops after having published a 1.6.5.* drop?
For example lets set my asp.net net40 package is considered done at 1.6.0.1 and I then publish my first asp.net net45 package drop with same name but version number 1.6.5.0. Can I later come along and publish a 1.6.0.2 and a 1.6.5.1 or will nuget gallery only allow the latter version number?