Skip to content

Commit 5dd53ba

Browse files
committed
🔧 [build] Update module version and improve metadata consistency
- Bump module version to 2025.10.11.2037 - Update release notes to reflect enhancements in caching system - Rename 'Terminal' category to 'TerminalThemes' for clarity - Rename 'ASCII' category to 'ASCIIArt' for consistency Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
1 parent 67bab64 commit 5dd53ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ColorScripts-Enhanced/ColorScripts-Enhanced.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'ColorScripts-Enhanced.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '2025.10.11.2020'
14+
ModuleVersion = '2025.10.11.2037'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = @('Desktop', 'Core')
@@ -136,7 +136,7 @@
136136

137137
# ReleaseNotes of this module
138138
ReleaseNotes = @'
139-
Version 2025.10.11.2020:
139+
Version 2025.10.11.2037:
140140
- Enhanced caching system with OS-wide cache in AppData
141141
- 6-19x performance improvement
142142
- Cache stored in centralized location

ColorScripts-Enhanced/ScriptMetadata.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
'rainbow-pukeskull'
209209
)
210210

211-
Terminal = @(
211+
TerminalThemes = @(
212212
'terminal',
213213
'terminal-fire',
214214
'terminal-fire-wave',
@@ -227,7 +227,7 @@
227227
'terminal-sunset-wave'
228228
)
229229

230-
ASCII = @(
230+
ASCIIArt = @(
231231
'cats',
232232
'crabs',
233233
'crowns',

0 commit comments

Comments
 (0)