actions-marketplace-validations/dotnet project version updater
Update or bump project versions in .csproj, .cs, and .nuspec files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Project file path | yes | — |
| version | New version | yes | — |
Outputs
| name | description |
|---|---|
| oldVersion | Version found in the file before the update |
| newVersion | Version set by the action during the update |