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