forked from vweevers/dotnet-bump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
usage.txt
28 lines (21 loc) · 880 Bytes
/
usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dotnet-bump <target> [options] [file..]
Bump to target version, one of:
- A release type: major, minor, patch, premajor, preminor, prepatch, prerelease;
- A specific version like 2.4.0 (must be semver).
Files can be glob patterns or paths to a:
- Visual Studio Solution (*.sln) (parsed to find projects)
- Project (*.csproj or *.fsproj) (parsed to find AssemblyInfo)
- A .nuspec file
- C# or F# source code file
- JSON or JSON5 file;
- Directory containing any of the above.
Default is the current working directory. Files must reside
in a git working tree (or multiple working trees).
Options:
--dry-run -d Print changes but don't make them
--force -f Continue if git working tree(s) are dirty
--no-commit Don't commit and tag
--no-glob Disable globbing
--verbose Verbose output
--version -v Print version and exit
--help -h Print usage and exit