kinsondigital/Package Monster
Checks if a NuGet package exists in the nuget.org public repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | The name of the package. This is not case-sensitive. | yes | — |
| version | The version of the NuGet package to check. This is not case-sensitive. | yes | — |
| fail-when-not-found | If true, will fail the workflow if the NuGet package of the requested version does not exist. | no | false |
Outputs
| name | description |
|---|---|
| nuget-exists | True if the NuGet package exists. |