managedcode / MAUIAppVersion

This action updates the application version and/or display version properties in a .cproj file for a MAUI application. You can use this action as part of your CI/CD workflow to automatically update the version properties when building and publishing your MAUI application.
MIT License
17 stars 1 forks source link

Updated action to run on Node 20 #3

Closed churchs19 closed 7 months ago

churchs19 commented 7 months ago

Addresses Issue #2

Updated YAML to run against Node 20 to address GitHub deprecating Node 16 actions.