Skip to content

Commit c9f7bd8

Browse files
Update xComputerManagement.psd1
1 parent 4404ddf commit c9f7bd8

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

xComputerManagement.psd1

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,29 @@ FunctionsToExport = '*'
3030

3131
# Cmdlets to export from this module
3232
CmdletsToExport = '*'
33+
34+
# 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.
35+
PrivateData = @{
36+
37+
PSData = @{
38+
39+
# Tags applied to this module. These help with module discovery in online galleries.
40+
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')
41+
42+
# A URL to the license for this module.
43+
LicenseUri = 'https://github.com/PowerShell/xComputerManagement/blob/master/LICENSE'
44+
45+
# A URL to the main website for this project.
46+
ProjectUri = 'https://github.com/PowerShell/xComputerManagement'
47+
48+
# A URL to an icon representing this module.
49+
# IconUri = ''
50+
51+
# ReleaseNotes of this module
52+
# ReleaseNotes = ''
53+
54+
} # End of PSData hashtable
55+
56+
} # End of PrivateData hashtable
3357
}
3458

0 commit comments

Comments
 (0)