adrian-pavel / visual-nuget

Code for the Visual NuGet package manager extension for VS Code.
MIT License
30 stars 5 forks source link

Support Major.Minor.Build.Revision #35

Closed pmahend1 closed 2 months ago

pmahend1 commented 2 months ago

image

Could you add support for this, it is assuming Major.Minor.Build is the latest versioin, however Major.Minor.Build.Revision is latest. Also ensure this works with pre-release kind of versioning too.

Reference: https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/versioning

adrian-pavel commented 2 months ago

Done, thank you for the suggestion. It's available in v0.3.3. Let me know if you spot any issues please.