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 |
|---|---|---|---|
| version-assembly | The version according to the `AssemblyVersion` format. | yes | — |
| version-file | The version according to the `FileVersion` format. | yes | — |
| version-informational | The version according to the `InformationalVersion` format. | yes | — |
| version-package | The version according to the `PackageVersion` format. | yes | — |
| projectFile | The dotnet project file to apply the versions to. | yes | — |
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. |