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