Skip to content

Commit b75a49d

Browse files
CopilotmarcpopMSFT
andcommitted
Add 'empty' to console template description
Co-authored-by: marcpopMSFT <[email protected]>
1 parent 86dad8a commit b75a49d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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",

0 commit comments

Comments
 (0)