Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: nuget update -self does not update to latest 5.10 #11123

Closed
deadalusai opened this issue Aug 4, 2021 · 1 comment
Closed

[Bug]: nuget update -self does not update to latest 5.10 #11123

deadalusai opened this issue Aug 4, 2021 · 1 comment

Comments

@deadalusai
Copy link

NuGet Product Used

NuGet.exe

Product Version

NuGet.exe 5.9.1

Worked before?

NuGet.exe 5.9.1

Impact

It's more difficult to complete my work

Repro Steps & Context

Attempting to update nuget from the command line:

> nuget update -self
Checking for updates from https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json].
  GET https://api.nuget.org/v3/registration5-gz-semver2/nuget.commandline/index.json
  OK https://api.nuget.org/v3/registration5-gz-semver2/nuget.commandline/index.json 824ms
Currently running NuGet.exe 5.9.1.
NuGet.exe is up to date.
Update successful.

I can only upgrade to 5.10 manually by downloading the latest version on nuget.org:
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe

This appears to be caused by the package NuGet.CommandLine being stuck back on 5.9.1?
https://www.nuget.org/packages/NuGet.CommandLine/

image

Verbose Logs

> nuget update -self
Checking for updates from https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json].
  GET https://api.nuget.org/v3/registration5-gz-semver2/nuget.commandline/index.json
  OK https://api.nuget.org/v3/registration5-gz-semver2/nuget.commandline/index.json 824ms
Currently running NuGet.exe 5.9.1.
NuGet.exe is up to date.
Update successful.
@kartheekp-ms
Copy link
Contributor

kartheekp-ms commented Aug 4, 2021

NuGet.CommandLine package version 5.10.0 has been published to nuget.org. Please run the nuget update -self command again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants