question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pb with NuGet version number

See original GitHub issue

Version 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:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
thoemmicommented, Apr 21, 2017

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.

1reaction
dblockcommented, Apr 21, 2017

Moved. If someone could fix up links, CI and such that’d be great. For now things redirect of course.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found