chore: add nested modules to PSD1

This commit is contained in:
Rodweil, Theodor 2023-08-06 04:13:20 +02:00
parent 34cb9be3f6
commit 199dd9870f
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5

View file

@ -62,7 +62,8 @@ RootModule = 'PSConfluencePublisher.psm1'
NestedModules = @(
'PersonalAccessToken.psm1',
'Connection.psm1',
'Manifest.psm1'
'Manifest.psm1',
'Page.psm1'
)
# 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.