martijnvanschie/Create dotnet versions
Create various dotnet assembly versions bases on the Semantic Versioning 2.0.0 standard
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| baseversion | The base pattern used the create the additional versions | yes | 1.0.0.0 |
Outputs
| name | description |
|---|---|
| version-assembly | The version according to the `AssemblyVersion` format. |
| version-file | The version according to the `FileVersion` format. |
| version-informational | The version according to the `InformationalVersion` format. |
| version-package | The version according to the `PackageVersion` format. |
| buildnumber | The unique build number generated during the action. |