Skip to content

Commit 1b7a79f

Browse files
authored
Add "empty" to console template description (#51473)
2 parents 89c4d63 + d519c5e commit 1b7a79f

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Console App",
4-
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
4+
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
55
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
66
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
77
"symbols/Framework/description": "The target framework for the project.",

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"name": "Console App",
99
"generatorVersions": "[1.0.0.0-*)",
10-
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
10+
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
1111
"groupIdentity": "Microsoft.Common.Console",
1212
"precedence": "12000",
1313
"identity": "Microsoft.Common.Console.CSharp.10.0",

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Console App",
4-
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
4+
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
55
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
66
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
77
"symbols/Framework/description": "The target framework for the project.",

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"name": "Console App",
99
"generatorVersions": "[1.0.0.0-*)",
10-
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
10+
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
1111
"groupIdentity": "Microsoft.Common.Console",
1212
"precedence": "12000",
1313
"identity": "Microsoft.Common.Console.FSharp.10.0",

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Console App",
4-
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
4+
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
55
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
66
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
77
"symbols/Framework/description": "The target framework for the project.",

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"name": "Console App",
99
"generatorVersions": "[1.0.0.0-*)",
10-
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
10+
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
1111
"groupIdentity": "Microsoft.Common.Console",
1212
"precedence": "12000",
1313
"identity": "Microsoft.Common.Console.VisualBasic.10.0",

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.Create_GetAllSuggestions.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Kind: Value,
2626
SortText: console,
2727
InsertText: console,
28-
Documentation: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
28+
Documentation: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
2929
},
3030
{
3131
Label: editorconfig,

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.RootCommand_GetAllSuggestions.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Kind: Value,
2626
SortText: console,
2727
InsertText: console,
28-
Documentation: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
28+
Documentation: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
2929
},
3030
{
3131
Label: editorconfig,

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.RootCommand_GetStartsWtihSuggestions.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Kind: Value,
1212
SortText: console,
1313
InsertText: console,
14-
Documentation: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
14+
Documentation: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
1515
},
1616
{
1717
Label: create,

test/dotnet-new.IntegrationTests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnLanguage.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Console App (F#)
22
Author: Microsoft
3-
Description: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
3+
Description: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
44

55
Usage:
66
dotnet new console [options] [template options]

0 commit comments

Comments
 (0)