Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit babc343

Browse files
committed
Add manifest private data
1 parent 39d0010 commit babc343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OperationValidation/OperationValidation.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
# Tags = @()
110+
Tags = @('Operation', 'Validation', 'Infrastructure', 'Testing', 'Pester', 'OVF')
111111

112112
# A URL to the license for this module.
113-
# LicenseUri = ''
113+
LicenseUri = 'https://raw.githubusercontent.com/PowerShell/Operation-Validation-Framework/master/LICENSE'
114114

115115
# A URL to the main website for this project.
116-
# ProjectUri = ''
116+
ProjectUri = 'https://github.com/PowerShell/Operation-Validation-Framework'
117117

118118
# A URL to an icon representing this module.
119119
# IconUri = ''

0 commit comments

Comments
 (0)