raycynix-official/Smart csproj Version Grabber
Smartly finds .sln or .csproj files and extracts version for CI/CD workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- MIT
Pinned Snippet
uses: raycynix-official/get-csproj-version-action@a70937cec10a024f4290bd101b8d5493e1d2c5f1 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Manual path to .csproj file. If not provided, searches in .sln or root. | no | "" |
Outputs
| name | description |
|---|---|
| version | The version extracted from the project file. |
| project_path | The actual path to the .csproj file used. |