1 write to NuGetVersion
NuGet.CommandLine.XPlat (1)
Commands\Package\PackageWithNuGetVersion.cs (1)
59
NuGetVersion
= newExactVersion
5 references to NuGetVersion
NuGet.CommandLine.XPlat (5)
Commands\Package\Download\PackageDownloadRunner.cs (5)
84
string.IsNullOrEmpty(package.
NuGetVersion
?.ToNormalizedString()) ? Strings.PackageDownloadCommand_LatestVersion : package.
NuGetVersion
.ToNormalizedString()));
192
bool versionSpecified = packageWithNuGetVersion.
NuGetVersion
!= null;
215
if (package?.Identity?.Version == packageWithNuGetVersion.
NuGetVersion
)
217
return (packageWithNuGetVersion.
NuGetVersion
, repo);