Skip to content

Commit 94f0d93

Browse files
chore: 🔧 Update module version and copyright year
* Updated `ModuleVersion` from `1.0.1` to `1.0.2`. * Changed copyright year from `2023` to `2025`. * Ensured `AliasesToExport` is correctly formatted as an array.
1 parent 36b0891 commit 94f0d93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PSWriteColor.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
@{
2-
AliasesToExport = 'Write-Colour'
2+
AliasesToExport = @('Write-Colour')
33
Author = 'Przemyslaw Klys'
44
CmdletsToExport = @()
55
CompanyName = 'Evotec'
66
CompatiblePSEditions = @('Desktop', 'Core')
7-
Copyright = '(c) 2011 - 2023 Przemyslaw Klys @ Evotec. All rights reserved.'
7+
Copyright = '(c) 2011 - 2025 Przemyslaw Klys @ Evotec. All rights reserved.'
88
Description = 'Write-Color is a wrapper around Write-Host allowing you to create nice looking scripts, with colorized output. It provides easy manipulation of colors, logging output to file (log) and nice formatting options out of the box.'
99
FunctionsToExport = 'Write-Color'
1010
GUID = '0b0ba5c5-ec85-4c2b-a718-874e55a8bc3f'
11-
ModuleVersion = '1.0.1'
11+
ModuleVersion = '1.0.2'
1212
PowerShellVersion = '5.1'
1313
PrivateData = @{
1414
PSData = @{
15-
Tags = @('Write-Host', 'Color', 'Colour', 'Terminal', 'Console', 'Logging', 'Prompt', 'Write-Color', 'Windows', 'MacOS', 'Linux')
1615
IconUri = 'https://evotec.xyz/wp-content/uploads/2018/10/PSWriteColor.png'
1716
ProjectUri = 'https://github.com/EvotecIT/PSWriteColor'
17+
Tags = @('Write-Host', 'Color', 'Colour', 'Terminal', 'Console', 'Logging', 'Prompt', 'Write-Color', 'Windows', 'MacOS', 'Linux')
1818
}
1919
}
2020
RootModule = 'PSWriteColor.psm1'

0 commit comments

Comments
 (0)