xt0rted/dotnet sdk updater
Update global.json files with the latest SDK version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Checks if an update is available but doesn't update the file. | no | false |
| file-location | The location of the global.json to check. | no | ./ |
Outputs
| name | description |
|---|---|
| channel | The major and minor version of the sdk. |
| cve-list | A json array of any CVEs included in the release. |
| dry-run | Same value as the dry-run input. |
| release-date | The date of the release. |
| release-notes | A URL to the release notes for the release. |
| release-version | The version of the runtime for the release. |
| security-release | If this release contains security fixes. |
| updated | If the file was updated with a new version. |
| updated-version-from | The starting version in the global.json. |
| updated-version-to | The new version in the global.json. |
| update-type | The difference between the from and to version (major, premajor, minor, preminor, patch, prepatch, or prerelease). |