Skip to content

Commit 87db421

Browse files
author
James Brundage
committed
Updating Module Manifest (adding PSData)
1 parent e1b1ce4 commit 87db421

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PipeScript.psd1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@
1010
CompanyName='Start-Automating'
1111
Copyright='2022 Start-Automating'
1212
Author='James Brundage'
13+
PrivateData = @{
14+
PSData = @{
15+
ProjectURI = 'https://github.com/StartAutomating/PipeScript'
16+
LicenseURI = 'https://github.com/StartAutomating/PipeScript/blob/main/LICENSE'
17+
18+
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
19+
}
20+
}
1321
}

0 commit comments

Comments
 (0)