1 write to Version
Microsoft.TemplateEngine.Abstractions (1)
Installer\InstallRequest.cs (1)
18
Version
= version;
6 references to Version
Microsoft.TemplateEngine.Abstractions (2)
Installer\InstallRequest.cs (2)
27
public string DisplayName => string.IsNullOrWhiteSpace(
Version
) ? PackageIdentifier : $"{PackageIdentifier}@{
Version
}";
Microsoft.TemplateEngine.Edge (4)
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (1)
313
installRequest.
Version
,
Installers\NuGet\NuGetInstaller.cs (3)
76
bool hasValidVersion = NuGetVersionHelper.IsSupportedVersionString(installationRequest.
Version
);
83
_logger.LogDebug($"{installationRequest.
Version
} is not a valid NuGet package version.");
230
installRequest.
Version
,