actions-marketplace-validations/.NET project version updater
Update or bump project versions in .csproj, .props, .nuspec, and many other .NET file types
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Project file paths | yes | — |
| version | New version | yes | — |
| tags | Comma-separated list of version tags to process | no | — |
Outputs
| name | description |
|---|---|
| oldVersion | Version found in the file before the update |
| newVersion | Version set by the action during the update |