mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Change template description to be consistent with others in 2.0
This commit is contained in:
@@ -154,7 +154,7 @@ function buildDotNetNewNuGetPackage(packageId: string) {
|
|||||||
classifications: ['Web', 'MVC', 'SPA'],
|
classifications: ['Web', 'MVC', 'SPA'],
|
||||||
groupIdentity: `${packageId}.${templateConfig.dotNetNewId}`,
|
groupIdentity: `${packageId}.${templateConfig.dotNetNewId}`,
|
||||||
identity: `${packageId}.${templateConfig.dotNetNewId}.CSharp`,
|
identity: `${packageId}.${templateConfig.dotNetNewId}.CSharp`,
|
||||||
name: `MVC ASP.NET Core with ${templateConfig.displayName}`,
|
name: `ASP.NET Core with ${templateConfig.displayName}`,
|
||||||
preferNameDirectory: true,
|
preferNameDirectory: true,
|
||||||
primaryOutputs: [{ path: `${sourceProjectName}.csproj` }],
|
primaryOutputs: [{ path: `${sourceProjectName}.csproj` }],
|
||||||
shortName: `${templateConfig.dotNetNewId.toLowerCase()}`,
|
shortName: `${templateConfig.dotNetNewId.toLowerCase()}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user