Skip to content

Commit e3b121d

Browse files
committed
Merge branch 'release/v3.2.2'
2 parents 40b121c + fa7d786 commit e3b121d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ $Global:GetChildItemColorVerticalSpace = 1
110110
* Authors
111111
- [[http://github.com/joonro][Joon Ro]].
112112
* Changelog
113+
** v3.2.2
114+
- Replace ~uint~ with ~uint32~ to maintain compatibility with PowerShell 5 ([[https://github.com/joonro/Get-ChildItemColor/issues/47][#47]])
113115
** v3.2.1
114116
- Refactoring.
115117
** v3.2.0

src/Get-ChildItemColor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RootModule = 'Get-ChildItemColor.psm1'
1111

1212
# Version number of this module.
13-
ModuleVersion = '3.2.1'
13+
ModuleVersion = '3.2.2'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

src/Get-ChildItemColor.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ param(
228228
[switch]
229229
${Recurse},
230230

231-
[uint]
231+
[uint32]
232232
${Depth},
233233

234234
[switch]

0 commit comments

Comments
 (0)