Skip to content

dotnet-vs preemptively advertises new versions not available on nuget.org #246

@luhansen-ms

Description

@luhansen-ms

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

Back this issue
Back this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions