Skip to content

Commit bdb9aaa

Browse files
authored
Update ReadMe.md
1 parent 2bb735e commit bdb9aaa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ReadMe.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ Options:
6969
-r, -repeat <Int32> repeat count. (Default: 3)
7070
```
7171

72+
`version` command shows `AssemblyInformationalVersion` or `AssemblylVersion`.
73+
74+
```
75+
> SampleApp.exe version
76+
1.0.0
77+
```
78+
7279
You can use `CommandAttribute` to create multi command program.
7380

7481
```csharp

0 commit comments

Comments
 (0)