YairHalberstadt / stronginject

compile time dependency injection for .NET
MIT License
845 stars 24 forks source link

Preview packages go backwards in version from released packages #137

Closed jnm2 closed 3 years ago

jnm2 commented 3 years ago

This led me to believe visually that there was no preview in this feed. It also confuses NuGet tooling when you ask for prerelease updates.

Ordinarily, the version would be 1.2.1-x. I use a build script that autoincrements the csproj/props version based on git tags so that manual commits are not needed to achieve this. (https://github.com/Techsola/InstantReplay/blob/main/build.ps1#L17-L20)

image

YairHalberstadt commented 3 years ago

Oops, usually I manually upgrade minor after each release, but forgot to this time.