dotnet-version-cli
dotnet-version-cli copied to clipboard
dotnet version cli (similar to npm version cli)
AppVeyor does not expose secret values on fork PR, we should handle that
The configuration file could include settings like: - what .csproj to perform version bumps to - which test-projects to run BEFORE performing the version bump (like npm version does it)...
Our project files do not have Version, VersionPrefix, VersionSuffix, or PackageVersion tags on them. Instead our CI pipeline was using this tool (v2.4.1) to just set the specific version from...
We have pre-commit hooks in our repo. We need to have an option to skip this (similar to `--no-verify` option in git) while bumping the version to meet the default...
Support for .targets was added 2021. But MS current recommendation is to place in Directory.Build.props, which .csproj auto-include and CAN override. 1. .props should be supported, or better yet, the...
In some workflows, especially for internal or patch releases, it’s useful to bump the version and commit the change without creating a Git tag. Currently, this isn’t possible. The only...