actions-marketplace-validations/verify-nuget-package-version

It will check if you are using an old version number in your package.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 19, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ldellisola_verify-nuget-package-version@8424e805829b5d2084495f8a31282cd114a30913 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
PROJECT_FILE_PATHPath from the root directory to the project file where the version is definedyes
VERSION_REGEXThe regex pattern to extract the version defined in the project file^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
PACKAGE_IDPackage ID. It will default to the projects name
PACKAGE_REGEXRegex pattern to extract the package id.<PackageId>(.*)</PackageId>

no outputs