Problem
Basic.xml and Extended.xml declare schemaVersion="1.1" but Advanced.xml uses schemaVersion="1.0". The shared parameters (ModuleAuthor, ModuleName, ModuleVersion, CompanyName, Description, GitHubUserName, GitHubRepo, PowerShellVersion) also have inconsistent prompt text and defaults across the three manifests.
Files
PlasterTemplate/Basic.xml
PlasterTemplate/Extended.xml
PlasterTemplate/Advanced.xml
Acceptance Criteria
Problem
Basic.xmlandExtended.xmldeclareschemaVersion="1.1"butAdvanced.xmlusesschemaVersion="1.0". The shared parameters (ModuleAuthor,ModuleName,ModuleVersion,CompanyName,Description,GitHubUserName,GitHubRepo,PowerShellVersion) also have inconsistent prompt text and defaults across the three manifests.Files
PlasterTemplate/Basic.xmlPlasterTemplate/Extended.xmlPlasterTemplate/Advanced.xmlAcceptance Criteria
schemaVersion="1.1"prompttext anddefaultvalues (or differences are explicitly documented)New-PSNowModule -Template Advancedstill scaffolds successfully (integration test passes)