fix: update package manifest to make powershellgallery happy

This commit is contained in:
Rodweil, Theodor 2023-08-08 23:15:04 +02:00
parent 0b3f654bc2
commit 08dc46ca35
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
2 changed files with 20 additions and 11 deletions

View file

@ -23,7 +23,7 @@ Copyright = '(c) victory-k.it. All rights reserved.'
RootModule = 'PSConfluencePublisher.psm1'
# Description of the functionality provided by this module
# Description = ''
Description = 'External Confluence publisher for xconfluencebuilder'
# Minimum version of the PowerShell engine required by this module
# PowerShellVersion = '6.0'
@ -88,7 +88,7 @@ AliasesToExport = @()
# List of all files packaged with this module
FileList = @(
"manifest.schema.json"
"schemas/manifest.schema.json"
)
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.