Commit 503ee9c
authored
Add Bytes alias to ByteArray parameters for consistency (#28)
* Add Bytes alias to ByteArray parameters for consistency
Add [Alias('Bytes')] to the -ByteArray parameter in:
- ConvertFrom-ByteArrayToString
- ConvertFrom-CompressedByteArrayToString
This matches the existing pattern in ConvertFrom-ByteArrayToBase64 and
ConvertFrom-ByteArrayToMemoryStream, providing a consistent API across
all functions that accept byte array input.
Fixes #25
* chore: Bump version to 2.0.6-alpha1 parent 2ffd6af commit 503ee9c
3 files changed
Lines changed: 3 additions & 1 deletion
File tree
- src/Convert
- Public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments