Skip to content

Commit a665ad6

Browse files
committed
✨ [feat] Update module version and localization support
- Update module version to 2025.11.08.1041 in module manifest - Adjust localization version for multiple languages to 2025.11.08.1041 - Modify README to clarify localization modes πŸ“ [docs] Revise minimum coverage parameter in test script - Change default minimum coverage from 94 to 80 in Test-Coverage.ps1 Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
1 parent 3060f6d commit a665ad6

13 files changed

Lines changed: 36 additions & 36 deletions

β€ŽColorScripts-Enhanced/ColorScripts-Enhanced.psd1β€Ž

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,33 @@
33
#
44
# Generated by: Nick2bad4u
55
#
6-
# Generated on: 11/7/2025
6+
# Generated on: 11/8/2025
77
#
88

99
@{
1010
# Script module or binary module file associated with this manifest.
11-
RootModule = 'ColorScripts-Enhanced.psm1'
11+
RootModule = 'ColorScripts-Enhanced.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '2025.11.07.2324'
14+
ModuleVersion = '2025.11.08.1041'
1515

1616
# Supported PSEditions
17-
CompatiblePSEditions = @('Desktop', 'Core')
17+
CompatiblePSEditions = @('Desktop', 'Core')
1818

1919
# ID used to uniquely identify this module
20-
GUID = 'f77548d7-23eb-48ce-a6e0-f64b4758d995'
20+
GUID = 'f77548d7-23eb-48ce-a6e0-f64b4758d995'
2121

2222
# Author of this module
23-
Author = 'Nick2bad4u'
23+
Author = 'Nick2bad4u'
2424

2525
# Company or vendor of this module
26-
CompanyName = 'Community'
26+
CompanyName = 'Community'
2727

2828
# Copyright statement for this module
29-
Copyright = '(c) 2025. All rights reserved.'
29+
Copyright = '(c) 2025. All rights reserved.'
3030

3131
# Description of the functionality provided by this module
32-
Description = @'
32+
Description = @'
3333
🎨 ColorScripts-Enhanced: Professional ANSI Art Terminal Experience
3434
3535
![ColorScripts Mascot](https://raw.githubusercontent.com/Nick2bad4u/ps-color-scripts-enhanced/main/assets/ColorScripts-Mascot-Dark.jpeg)
@@ -82,7 +82,7 @@ PERFECT FOR
8282
'@
8383

8484
# Minimum version of the PowerShell engine required by this module
85-
PowerShellVersion = '5.1'
85+
PowerShellVersion = '5.1'
8686

8787
# Name of the PowerShell host required by this module
8888
# PowerShellHostName = ''
@@ -118,7 +118,7 @@ PERFECT FOR
118118
# NestedModules = @()
119119

120120
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
121-
FunctionsToExport = @(
121+
FunctionsToExport = @(
122122
'Show-ColorScript'
123123
'Get-ColorScriptList'
124124
'New-ColorScriptCache'
@@ -132,13 +132,13 @@ PERFECT FOR
132132
)
133133

134134
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
135-
CmdletsToExport = @()
135+
CmdletsToExport = @()
136136

137137
# Variables to export from this module
138-
VariablesToExport = @()
138+
VariablesToExport = @()
139139

140140
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
141-
AliasesToExport = @('scs', 'Update-ColorScriptCache', 'Build-ColorScriptCache')
141+
AliasesToExport = @('scs', 'Update-ColorScriptCache', 'Build-ColorScriptCache')
142142

143143
# DSC resources to export from this module
144144
# DscResourcesToExport = @()
@@ -147,7 +147,7 @@ PERFECT FOR
147147
# ModuleList = @()
148148

149149
# List of all files packaged with this module
150-
FileList = @(
150+
FileList = @(
151151
'ColorScripts-Enhanced.psm1'
152152
'ColorScripts-Enhanced.psd1'
153153
'README.md'
@@ -157,10 +157,10 @@ PERFECT FOR
157157
)
158158

159159
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
160-
PrivateData = @{
160+
PrivateData = @{
161161
PSData = @{
162162
# Tags applied to this module. These help with module discovery in online galleries.
163-
Tags = @(
163+
Tags = @(
164164
'ColorScripts'
165165
'ANSI'
166166
'Terminal'
@@ -198,20 +198,20 @@ PERFECT FOR
198198
)
199199

200200
# A URL to the license for this module.
201-
LicenseUri = 'https://licenses.nuget.org/MIT'
201+
LicenseUri = 'https://licenses.nuget.org/MIT'
202202

203203
# License expression or path to license file
204-
License = 'MIT'
204+
License = 'MIT'
205205

206206
# A URL to the main website for this project.
207-
ProjectUri = 'https://github.com/Nick2bad4u/ps-color-scripts-enhanced'
207+
ProjectUri = 'https://github.com/Nick2bad4u/ps-color-scripts-enhanced'
208208

209209
# A URL to an icon representing this module.
210-
IconUri = 'https://raw.githubusercontent.com/Nick2bad4u/ps-color-scripts-enhanced/main/docs/colorscripts-icon.png'
210+
IconUri = 'https://raw.githubusercontent.com/Nick2bad4u/ps-color-scripts-enhanced/main/docs/colorscripts-icon.png'
211211

212212
# ReleaseNotes of this module
213-
ReleaseNotes = @'
214-
Version 2025.11.07.2324:
213+
ReleaseNotes = @'
214+
Version 2025.11.08.1041:
215215
- Enhanced caching system with OS-wide cache in AppData
216216
- 6-19x performance improvement
217217
- Cache stored in centralized location
@@ -236,7 +236,7 @@ Version 2025.11.07.2324:
236236
}
237237

238238
# HelpInfo URI of this module
239-
HelpInfoURI = 'https://nick2bad4u.github.io/PS-Color-Scripts-Enhanced/ColorScripts-Enhanced/'
239+
HelpInfoURI = 'https://nick2bad4u.github.io/PS-Color-Scripts-Enhanced/ColorScripts-Enhanced/'
240240

241241
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
242242
# DefaultCommandPrefix = ''

β€ŽColorScripts-Enhanced/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ The `-Parallel` switch enables a runspace pool, while `-Threads` (alias for `-Th
374374

375375
Auto mode prefers PSD1 resources whenever they exist so you can override English strings without recompiling the module. Fine-tune the behaviour with `COLOR_SCRIPTS_ENHANCED_LOCALIZATION_MODE`:
376376

377-
- `auto` _(default)_ – load PSD1 files when present, otherwise fall back to embedded messages.
377+
- `auto` *(default)* – load PSD1 files when present, otherwise fall back to embedded messages.
378378
- `full` – always load from disk, even if embedded defaults would succeed.
379379
- `embedded` – skip PSD1 probes and rely on built-in English messages.
380380

β€ŽColorScripts-Enhanced/de/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>de</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/en-US/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>en-US</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/es/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>es</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/fr/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>fr</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/it/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>it</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/ja/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>ja</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/nl/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>nl</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

β€ŽColorScripts-Enhanced/pt/ColorScripts-Enhanced_f77548d7-23eb-48ce-a6e0-f64b4758d995_HelpInfo.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SupportedUICultures>
55
<UICulture>
66
<UICultureName>pt</UICultureName>
7-
<UICultureVersion>2025.11.08.0008</UICultureVersion>
7+
<UICultureVersion>2025.11.08.1041</UICultureVersion>
88
</UICulture>
99
</SupportedUICultures>
1010
</HelpInfo>

0 commit comments

Comments
Β (0)