Skip to content

Commit

Permalink
Update wording for .NET CLI (Global) tools
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Feb 27, 2021
1 parent 6080e08 commit d000808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NuGetGallery/Views/Packages/DisplayPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
{
packageManagers = new PackageManagerViewModel[]
{
new PackageManagerViewModel(".NET CLI")
new PackageManagerViewModel(".NET CLI (Global)")
{
Id = "dotnet-cli",
CommandPrefix = "> ",
InstallPackageCommand = string.Format("dotnet tool install --global {0} --version {1}", Model.Id, Model.Version),
AlertLevel = AlertLevel.Info,
AlertMessage = "This package contains a <a href='https://aka.ms/global-tools'>.NET Core Global Tool</a> you can call from the shell/command line.",
AlertMessage = "This package contains a <a href='https://aka.ms/global-tools'>.NET tool</a> you can call from the shell/command line.",
}
};
}
Expand Down

0 comments on commit d000808

Please sign in to comment.