Skip to content

Commit 4d40c83

Browse files
author
Uwe Janke
committed
Fix: Reduce Tags to prevent NuGet packing error
Tags reduced from 8 to 3 to avoid 'Tag list exceeded 4000 characters' warning that caused 'Cannot index into a null array' during Publish-Module
1 parent 2985803 commit 4d40c83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sqmSQLTool.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
PrivateData = @{
196196
PSData = @{
197197
# Tags applied to this module. These help with module discovery in online galleries.
198-
Tags = @('SQLServer', 'DBA', 'dbatools', 'Administration', 'HealthCheck', 'Reporting', 'Maintenance', 'Security')
198+
Tags = @('SQLServer', 'DBA', 'Automation')
199199

200200
# A URL to the license for this module.
201201
LicenseUri = 'https://github.com/JankeUwe/sqmSQLTool/blob/main/LICENSE'
@@ -211,3 +211,4 @@
211211
}
212212
}
213213
}
214+

0 commit comments

Comments
 (0)