Describe the Bug
dotnet-vs preemptively advertises new versions not available on nuget.org
Steps to Reproduce
- Have 1.2.0 installed
- Run any command
- Observe:
C:\Users\me>vs
[truncated output]
New version 1.3.0 is available. Run 'vs update-self' to update. See https://github.com/devlooped/dotnet-vs/releases/tag/v1.3.0
vs update-self is a no-op since the package is not available on nuget.org, per:
C:\Users\me>dotnet tool search dotnet-vs
Package ID Latest Version Authors Downloads Verified
------------------------------------------------------------------------------------------------------------------------
dotnet-vs 1.2.0 Daniel Cazzulino 211498
Expected Behavior
I wouldn't expect this message to appear until 1.3.0 is the latest version available on nuget.org.
Version Info
dotnet-vs v1.2.0


Describe the Bug
dotnet-vs preemptively advertises new versions not available on nuget.org
Steps to Reproduce
vs update-selfis a no-op since the package is not available on nuget.org, per:Expected Behavior
I wouldn't expect this message to appear until
1.3.0is the latest version available onnuget.org.Version Info
dotnet-vsv1.2.0