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