Skip to content

Commit 99a4415

Browse files
committed
psd1 file update
1 parent 4e03375 commit 99a4415

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PSConfigFile/PSConfigFile.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Pierre Smit
55
#
6-
# Generated on: 3/1/2026
6+
# Generated on: 3/3/2026
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSConfigFile.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.39'
15+
ModuleVersion = '0.1.40'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -76,7 +76,7 @@ FunctionsToExport = 'Add-CommandToPSConfigFile', 'Add-CredentialToPSConfigFile',
7676
'Import-PSConfigFilePFX', 'Invoke-PSConfigFile',
7777
'New-PSConfigCertificate', 'New-PSConfigFile',
7878
'Remove-ConfigFromPSConfigFile', 'Set-PSConfigFileExecution',
79-
'Show-PSConfigFile', 'Update-PSConfigFileCredentials'
79+
'Update-PSConfigFileCredentials'
8080

8181
# 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.
8282
CmdletsToExport = @()
@@ -114,7 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# 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'
118118

119119
# Prerelease string of this module
120120
# Prerelease = ''

0 commit comments

Comments
 (0)