Pb with NuGet version number
See original GitHub issueVersion number in nuspec is 1.5.328.0 which does not match semantic versioning. When you browse on nuget.org the .nupgk that you can download is now Vestris.ResourceLib.1.5.328.nupkg
, I believe it used to be Vestris.ResourceLib.1.5.328.0.nupkg
as I noticed on some old computer’s nuget cache.
My issue is that when you install the package it still put it in 1.5.328.0 folder which is not what I expect as when I ask for the version it tells me 1.5.328. I guess it uses version from .nuspec:
<version>1.5.328.0</version>
I don’t know what changed this as the package was not published recently (maybe something on the NuGet server to ensure semantic versioning is working?)
Would it be possible to publish it again with a correct semantic version ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
NuGet Package Version Reference
When consuming packages, on the other hand, you can specify either an exact version number or a range of acceptable versions. In this...
Read more >NuGet Packager with version using build number, adding
My goal is to deploy NuGet packages (to in-house Nuget server) that auto-increment the version based on date and last Rev, and include...
Read more >Best Practices for Versioning NuGet Packages in ...
Like with all software, developers use NuGet's version numbers to identify one package from another. What makes v5.3.2 and v5.4.0 different ...
Read more >Nuget should have an option to normalize version numbers ...
As of today, running 'nuget install pkgFoo -version X' will create an installation directory based on the version number embedded in pkgFoo's ...
Read more >How do you set a maximum version number for an installed ...
In a .NET Core 3.1 project, we have a dependency on the EPPlus library. Within NuGet, I noticed we had an available version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am going to update the links and prepare und publish a 1.6 release.
Later I’ll migrate the source to use VS2017 and set up a new CI pipeline.
Moved. If someone could fix up links, CI and such that’d be great. For now things redirect of course.