2 implementations of Author
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Localization\TemplateLocalizationInfo.cs (1)
27string? ILocalizationLocator.Author => Model.Author;
Microsoft.TemplateEngine.Utils (1)
LocalizationLocator.cs (1)
34public string Author { get; }
1 reference to Author
Microsoft.TemplateEngine.Edge (1)
Settings\TemplateInfo.cs (1)
95Author = localizationInfo?.Author ?? template.Author;