liorbanai/DotNet Bump Versions
A GitHub Action to easily bump .NET Core project version files(.csproj).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version_files | Version files to bump version. You can use Glob pattern string (like "**/*.csproj") or Glob patterns array json string (like "["**/*.csproj", ".version", "**/*.version.json"]"). Patterns supported by Globby are supported.Leading ! changes the meaning of an include pattern to exclude. | no | **/*.csproj |
| github_token | the github token to push changes | no | — |
Outputs
no outputs