Skip to content

Commit 6fe2b19

Browse files
committed
Update versions
1 parent fe525fd commit 6fe2b19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ForEach ($Exe in $GetChildItemColorExtensions['ExecutableList']) {
9292
$GetChildItemColorTable.File[$Exe] = "Green"
9393
}
9494
#+end_src
95-
** Creating a new category
95+
** Adding a new category
9696
One can create a new category and assign colors easily like the example below.
9797
#+begin_src powershell
9898
$GetChildItemColorExtensions['OfficeList'] = @(
@@ -116,6 +116,8 @@ $Global:GetChildItemColorVerticalSpace = 1
116116
* Authors
117117
- [[http://github.com/joonro][Joon Ro]].
118118
* Changelog
119+
** v2.2.2
120+
- Add instructions about adding a new category.
119121
** v2.2.1
120122
- [[https://github.com/joonro/Get-ChildItemColor/pull/44][Fix uint32 error in cell width calculation]]. (Thanks to [[https://github.com/DanielCarmingham][DanielCarmingham]])
121123
- [[https://github.com/joonro/Get-ChildItemColor/pull/35][Add Chocolatey install instructions]]. (Thanks to [[https://github.com/pauby][pauby]])

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 = '2.2.0'
13+
ModuleVersion = '2.2.2'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)