Change template description to be consistent with others in 2.0
This commit is contained in:
parent
970dc6c457
commit
b86e9f9254
|
|
@ -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()}`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue