We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Given our push for semantic versioning, I think it'd be helpful for the New-ModuleManifest defaults to set ModuleVersion to 0.1
New-ModuleManifest
ModuleVersion
I don't think this is a breaking change because -ModuleVersion provides deterministic behavior.
-ModuleVersion
New-ModuleManifest -Path ./foo.psd1
... ModuleVersion = '0.1' ...
... ModuleVersion = '1.0' ...
> $PSVersionTable
Given our push for semantic versioning, I think it'd be helpful for the
New-ModuleManifestdefaults to setModuleVersionto 0.1I don't think this is a breaking change because
-ModuleVersionprovides deterministic behavior.Steps to reproduce
Expected behavior
Actual behavior
Environment data