madskristensen/Set VSIX Version
Increments the VSIX build version or sets it to a specified version. Works on Linux and Windows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest-file | Path to source.extension.vsixmanifest | yes | — |
| vsix-token-source-file | Path to source.extension.cs for version token replacement | no | "" |
| version-number | Explicit version to set (e.g. 2.1.0). If omitted, the build number is stamped into the third segment. | no | "" |
| build-number | Build number to stamp into the third version segment | no | ${{ github.run_number }} |
Outputs
| name | description |
|---|---|
| version-number | The resulting version number |