seekatar/Set PowerShell Manifest Version
Set the version number in a PowerShell module's manifest file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest-path | Relative path to manifest | yes | — |
| major | Major Version, defaults to value in manifest | no | -1 |
| minor | Minor Version, defaults to value in manifest | no | -1 |
| build | Build Number, usually use github.run_number | no | -1 |
| revision | Optional Revision Number | no | -1 |
| prerelease | Optional Prerelease value | no | "" |
| commitSHA | Optional commitSHA to save in PrivateData | no | "" |
| githubRef | Instead of other parameters, use ref with version as last level | no | "" |
Outputs
no outputs