|
3 | 3 | # |
4 | 4 | # Generated by: Pierre Smit |
5 | 5 | # |
6 | | -# Generated on: 3/1/2026 |
| 6 | +# Generated on: 3/3/2026 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | RootModule = 'PSConfigFile.psm1' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '0.1.39' |
| 15 | +ModuleVersion = '0.1.40' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | # CompatiblePSEditions = @() |
@@ -76,7 +76,7 @@ FunctionsToExport = 'Add-CommandToPSConfigFile', 'Add-CredentialToPSConfigFile', |
76 | 76 | 'Import-PSConfigFilePFX', 'Invoke-PSConfigFile', |
77 | 77 | 'New-PSConfigCertificate', 'New-PSConfigFile', |
78 | 78 | 'Remove-ConfigFromPSConfigFile', 'Set-PSConfigFileExecution', |
79 | | - 'Show-PSConfigFile', 'Update-PSConfigFileCredentials' |
| 79 | + 'Update-PSConfigFileCredentials' |
80 | 80 |
|
81 | 81 | # 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. |
82 | 82 | CmdletsToExport = @() |
@@ -114,7 +114,7 @@ PrivateData = @{ |
114 | 114 | # IconUri = '' |
115 | 115 |
|
116 | 116 | # ReleaseNotes of this module |
117 | | - ReleaseNotes = 'Updated [01/03/2026_09:32] Removed show function' |
| 117 | + ReleaseNotes = 'Updated [03/03/2026_10:04] Update script logic' |
118 | 118 |
|
119 | 119 | # Prerelease string of this module |
120 | 120 | # Prerelease = '' |
|
0 commit comments