Skip to content

Commit 7867911

Browse files
author
Robin Stolpe
committed
update
1 parent 3c49950 commit 7867911

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

GenerateRandomPassword/GenerateRandomPassword.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@
109109
PSData = @{
110110

111111
# Tags applied to this module. These help with module discovery in online galleries.
112-
Tags = @()
112+
Tags = @("random-password", "generate-password", "sysadmin-tool", "support-tool", "it-tool", "random-password-generator", "generate-random-password")
113113

114114
# A URL to the license for this module.
115-
LicenseUri = ''
115+
LicenseUri = 'https://github.com/rstolpe/GenerateRandomPassword/blob/main/LICENSE'
116116

117117
# A URL to the main website for this project.
118-
ProjectUri = ''
118+
ProjectUri = 'https://github.com/rstolpe/GenerateRandomPassword'
119119

120120
# A URL to an icon representing this module.
121-
IconUri = ''
121+
# IconUri = ''
122122

123123
# ReleaseNotes of this module
124-
ReleaseNotes = ''
124+
ReleaseNotes = 'https://github.com/rstolpe/GenerateRandomPassword/releases/tag/1.0'
125125

126126
# Prerelease string of this module
127127
# Prerelease = ''
@@ -137,7 +137,7 @@
137137
} # End of PrivateData hashtable
138138

139139
# HelpInfo URI of this module
140-
HelpInfoURI = ''
140+
HelpInfoURI = 'https://github.com/rstolpe/GenerateRandomPassword/blob/main/README.md'
141141

142142
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
143143
# DefaultCommandPrefix = ''

0 commit comments

Comments
 (0)