Skip to content

Commit ec22608

Browse files
Update module builder
1 parent 39aaff1 commit ec22608

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ $Configuration = @{
66
ModuleName = 'PSWinReportingV2'
77

88
DirectoryProjects = 'C:\Support\GitHub'
9-
DirectoryModules = "$Env:USERPROFILE\Documents\WindowsPowerShell\Modules"
9+
#DirectoryModules = "$Env:USERPROFILE\Documents\WindowsPowerShell\Modules"
1010
FunctionsToExport = 'Public'
1111
AliasesToExport = 'Public'
1212

1313
Manifest = @{
1414
# Version number of this module.
15-
ModuleVersion = '2.0.21'
15+
ModuleVersion = '2.0.X'
1616
# ID used to uniquely identify this module
1717
GUID = 'ea2bd8d2-cca1-4dc3-9e1c-ff80b06e8fbe'
1818
# Author of this module

0 commit comments

Comments
 (0)