valadas/dnn-platform-get-version
Fetches the latest official Dnn.Plaform release version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | repository owner, defaults to dnnsoftware | no | dnnsoftware |
| repo | repository name, defaults to Dnn.Platform | no | Dnn.Platform |
Outputs
| name | description |
|---|---|
| tag | The tag of the latest release ex: v9.6.0 |
| major | The major version number ex: 9 for v9.6.0 |
| minor | The minor version number ex: 6 for v9.6.0 |
| patch | The patch version number ex: 0 for v9.6.0 |
| manifestSafeVersionString | A string representation of the version number safe to use in Dnn manifests. Ex 09.06.00 for v9.6.0 |