Skip to content

Commit 94fd78c

Browse files
committed
Update documentation
1 parent 5a8d50e commit 94fd78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/input/docs/reference/custom-formatting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ assembly-informational-format: "{Major}.{Minor}.{Patch:F2}-{PreReleaseLabel}"
3232
- `C` or `c` (Currency): `{Major:C}` → `"¤1.00"`
3333
- `P` or `p` (Percent): `{CommitsSinceVersionSource:P}` → `"12,345.60 %"`
3434
- `D` or `d` (Decimal): `{Major:D4}` → `"0001"`
35+
- `B` or `b` (Binary): `{Minor:B4}` → `"0101"`
3536
- `X` or `x` (Hexadecimal): `{Patch:X}` → `"FF"`
3637

3738
### Date and Time Formatting

0 commit comments

Comments
 (0)