We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a2d79 commit a1629a1Copy full SHA for a1629a1
docs/getting-started.md
@@ -133,7 +133,11 @@ Edit `src/YourModuleName.psd1`:
133
Description = 'Detailed description of what your module does'
134
135
# Add relevant tags for PowerShell Gallery
136
- Tags = @('PowerShell', 'Automation', 'DevOps')
+ PrivateData = @{
137
+ PSData = @{
138
+ Tags = @('PowerShell', 'Automation', 'DevOps')
139
+ }
140
141
142
# Set your project URLs
143
ProjectUri = 'https://github.com/YourUsername/YourModuleName'
0 commit comments