brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Fixed bug in version regex. #72

Closed AraHaan closed 2 years ago

AraHaan commented 2 years ago

This would break pushing packages that set PackageVersion instead of Version in their project files.

lukebakken commented 2 years ago

Thanks