Skip to content

Commit 113a0cb

Browse files
authored
update descriptions (#8907)
1 parent 9474888 commit 113a0cb

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/Aspire.ProjectTemplates/templates/aspire-apphost/.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": ".NET Aspire App Host",
4-
"description": "A project template for creating a .NET Aspire app host (orchestrator) project.",
4+
"description": "Manages and runs multiple services in your .NET Aspire app from one place.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-apphost/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"name": ".NET Aspire App Host",
1010
"defaultName": "AppHost",
11-
"description": "A project template for creating a .NET Aspire app host (orchestrator) project.",
11+
"description": "Manages and runs multiple services in your .NET Aspire app from one place.",
1212
"shortName": "aspire-apphost",
1313
"sourceName": "Aspire.AppHost1",
1414
"preferNameDirectory": true,

src/Aspire.ProjectTemplates/templates/aspire-empty/.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": ".NET Aspire Empty App",
4-
"description": "A project template for creating an empty .NET Aspire app.",
4+
"description": "Build cloud-native systems without preset services.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-empty/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"name": ".NET Aspire Empty App",
1414
"defaultName": "AspireApp",
15-
"description": "A project template for creating an empty .NET Aspire app.",
15+
"description": "Build cloud-native systems without preset services.",
1616
"shortName": "aspire",
1717
"sourceName": "AspireApplication.1",
1818
"preferNameDirectory": true,

src/Aspire.ProjectTemplates/templates/aspire-mstest/.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": ".NET Aspire Test Project (MSTest)",
4-
"description": "A project that contains MSTest integration tests of a .NET Aspire app host project.",
4+
"description": "Beginner-friendly integration tests for your .NET Aspire app using MSTest.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-mstest/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"name": ".NET Aspire Test Project (MSTest)",
1616
"defaultName": "Tests",
17-
"description": "A project that contains MSTest integration tests of a .NET Aspire app host project.",
17+
"description": "Beginner-friendly integration tests for your .NET Aspire app using MSTest.",
1818
"shortName": "aspire-mstest",
1919
"sourceName": "Aspire.Tests.1",
2020
"preferNameDirectory": true,

src/Aspire.ProjectTemplates/templates/aspire-nunit/.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": ".NET Aspire Test Project (NUnit)",
4-
"description": "A project that contains NUnit integration tests of a .NET Aspire app host project.",
4+
"description": "Powerful integration testing for your app with the flexible and feature-rich NUnit framework.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-nunit/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"name": ".NET Aspire Test Project (NUnit)",
1616
"defaultName": "Tests",
17-
"description": "A project that contains NUnit integration tests of a .NET Aspire app host project.",
17+
"description": "Powerful integration testing for your app with the flexible and feature-rich NUnit framework.",
1818
"shortName": "aspire-nunit",
1919
"sourceName": "Aspire.Tests.1",
2020
"preferNameDirectory": true,

src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/.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": ".NET Aspire Service Defaults",
4-
"description": "A project template for creating a .NET Aspire service defaults project.",
4+
"description": "Service and cloud defaults wired up — just add your app logic.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"name": ".NET Aspire Service Defaults",
1414
"defaultName": "ServiceDefaults",
15-
"description": "A project template for creating a .NET Aspire service defaults project.",
15+
"description": "Service and cloud defaults wired up — just add your app logic.",
1616
"shortName": "aspire-servicedefaults",
1717
"sourceName": "Aspire.ServiceDefaults1",
1818
"preferNameDirectory": true,

src/Aspire.ProjectTemplates/templates/aspire-starter/.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": ".NET Aspire Starter App",
4-
"description": "A project template for creating a .NET Aspire app with a Blazor web frontend and web API backend service, optionally using Redis for caching.",
4+
"description": "A complete web app setup: frontend, backend, and optional caching for faster responses.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"name": ".NET Aspire Starter App",
1919
"defaultName": "AspireApp",
20-
"description": "A project template for creating a .NET Aspire app with a Blazor web frontend and web API backend service, optionally using Redis for caching.",
20+
"description": "A complete web app setup: frontend, backend, and optional caching for faster responses.",
2121
"shortName": "aspire-starter",
2222
"sourceName": "Aspire-StarterApplication.1",
2323
"preferNameDirectory": false,

src/Aspire.ProjectTemplates/templates/aspire-xunit/.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": ".NET Aspire Test Project (xUnit)",
4-
"description": "A project that contains xUnit.net integration tests of a .NET Aspire AppHost project.",
4+
"description": "Modern, clean integration tests for your app using xUnit — great for scalable apps and teams.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/Framework/choices/net9.0/description": "Target net9.0",

src/Aspire.ProjectTemplates/templates/aspire-xunit/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"name": ".NET Aspire Test Project (xUnit)",
1616
"defaultName": "Tests",
17-
"description": "A project that contains xUnit.net integration tests of a .NET Aspire AppHost project.",
17+
"description": "Modern, clean integration tests for your app using xUnit — great for scalable apps and teams.",
1818
"shortName": "aspire-xunit",
1919
"sourceName": "Aspire.Tests.1",
2020
"preferNameDirectory": true,

0 commit comments

Comments
 (0)