For release/hotfix branches currently the PreReleaseTag looks like this:
and for feature-branches
The problem is that for every commit, the NuGet version will be the same. My proposition is to do the same as on the develop branch: Add the number of commits (build metadata) in the pre-release tag.
The change in the code will be trivial, but I want to hear your opinion, before I send a PR.