Skip to content

Commit

Permalink
Fixed up the readme file.
Browse files Browse the repository at this point in the history
Now uses code/syntax rendering for the Usage section to allow certain lines to be prefixed with spaces in order to display the information in a clearer format.
  • Loading branch information
craigtp committed Sep 23, 2018
1 parent 96e9e58 commit 9ade09b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ You can build the solution with the built-in build functionality of Visual Studi
This project makes use of the [NDesk Options](http://www.ndesk.org/Options) class for parsing command line arguments.

## Usage

stampver.exe [command] [version part or specific version number]
```
stampver.exe [command] [version part or specific version number]
[(optional) filepattern]
where:
[command] is:
-i = Increment the specified version number part by 1.
-d = Decrement the specified version number part by 1.
-e = Replace the entire version number string with the specified
-i = Increment the specified version number part by 1.
-d = Decrement the specified version number part by 1.
-e = Replace the entire version number string with the specified
version number
[version part or specific version number] is:
Expand Down Expand Up @@ -70,5 +70,4 @@ Examples:
stamperver -i MINOR --verbose
would update AssemblyInfo.cs files with versions of 1.1.3 to 1.2.0 with full
output to the console of all changes made.


```

0 comments on commit 9ade09b

Please sign in to comment.