Change template description to be consistent with others in 2.0

This commit is contained in:
Steve Sanderson
2017-05-24 15:10:37 +01:00
parent 970dc6c457
commit b86e9f9254

View File

@@ -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()}`,