Skip to content

Commit 5de7ca8

Browse files
authored
Update .psd1 file to include the project uri (#18)
1 parent ad3bd3c commit 5de7ca8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/CompletionPredictor.psd1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@
1616
CmdletsToExport = @()
1717
VariablesToExport = '*'
1818
AliasesToExport = @()
19+
20+
PrivateData = @{
21+
PSData = @{
22+
Tags = @('PSEdition_Core')
23+
ProjectUri = 'https://github.com/PowerShell/CompletionPredictor'
24+
}
25+
}
1926
}

0 commit comments

Comments
 (0)