Skip to content

Commit e85d4f8

Browse files
Update xBitlocker.psd1
1 parent b2f1bcf commit e85d4f8

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

xBitlocker.psd1

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,29 @@ AliasesToExport = '*'
8383
# List of all files packaged with this module
8484
# FileList = @()
8585

86-
# Private data to pass to the module specified in RootModule/ModuleToProcess
87-
# PrivateData = ''
86+
# 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.
87+
PrivateData = @{
88+
89+
PSData = @{
90+
91+
# Tags applied to this module. These help with module discovery in online galleries.
92+
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')
93+
94+
# A URL to the license for this module.
95+
LicenseUri = 'https://github.com/PowerShell/xBitlocker/blob/master/LICENSE'
96+
97+
# A URL to the main website for this project.
98+
ProjectUri = 'https://github.com/PowerShell/xBitlocker'
99+
100+
# A URL to an icon representing this module.
101+
# IconUri = ''
102+
103+
# ReleaseNotes of this module
104+
# ReleaseNotes = ''
105+
106+
} # End of PSData hashtable
107+
108+
} # End of PrivateData hashtable
88109

89110
# HelpInfo URI of this module
90111
# HelpInfoURI = ''

0 commit comments

Comments
 (0)