2 writes to Version
aspire (2)
Commands\InitCommand.cs (1)
615Version = parseResult.GetValue(s_versionOption),
Commands\NewCommand.cs (1)
268Version = version,
4 references to Version
aspire (4)
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
72await WriteCSharpEmptyAppHostAsync(inputs.Version, outputPath, projectName, useLocalhostTld, cancellationToken);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (2)
24if (string.IsNullOrWhiteSpace(inputs.Version)) 30var aspireVersion = inputs.Version;
Templating\DotNetTemplateFactory.cs (1)
704if (inputs.Version is { } version)