We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbefbb9 commit fa7d786Copy full SHA for fa7d786
README.org
@@ -110,6 +110,8 @@ $Global:GetChildItemColorVerticalSpace = 1
110
* Authors
111
- [[http://github.com/joonro][Joon Ro]].
112
* 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]])
115
** v3.2.1
116
- Refactoring.
117
** v3.2.0
src/Get-ChildItemColor.psd1
@@ -10,7 +10,7 @@
10
RootModule = 'Get-ChildItemColor.psm1'
11
12
# Version number of this module.
13
-ModuleVersion = '3.2.1'
+ModuleVersion = '3.2.2'
14
15
# Supported PSEditions
16
# CompatiblePSEditions = @()
0 commit comments