actions-marketplace-validations/verify-nuget-package-version
It will check if you are using an old version number in your package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 19, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ldellisola_verify-nuget-package-version@8424e805829b5d2084495f8a31282cd114a30913 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PROJECT_FILE_PATH | Path from the root directory to the project file where the version is defined | yes | — |
| VERSION_REGEX | The regex pattern to extract the version defined in the project file | — | ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$ |
| PACKAGE_ID | Package ID. It will default to the projects name | — | — |
| PACKAGE_REGEX | Regex pattern to extract the package id. | — | <PackageId>(.*)</PackageId> |
Outputs
no outputs