Skip to content

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ocomes committed Jan 8, 2024
1 parent fe3a833 commit ea2e9e9
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions powershell_utilities/powershell_utilities.psd1
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
RootModule = 'powershell_utilities.psm1' # This points to local PSM1 module
Description = 'Set of powershell utilities.'
FunctionsToExport = '*' # This will export all functions as commandlets
ModuleVersion = '1.0'
Author = 'Onofrio Comes'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
@{
#RootModule = 'powershell_utilities.psm1' # This points to local PSM1 module
Description = 'Set of powershell utilities.'
FunctionsToExport = '*' # This will export all functions as commandlets
ModuleVersion = '1.0'
Author = 'Onofrio Comes'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
}

0 comments on commit ea2e9e9

Please sign in to comment.