Skip to content

Commit e5b194b

Browse files
authored
Remove 'Code Generator' tag from extension manifest
VSIX Publisher CLI does not allow `Tags` to be longer than 50 in `.vsixmanifest` file!
1 parent 29ef510 commit e5b194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XrmTools/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GettingStartedGuide>Resources\GettingStarted.html</GettingStartedGuide>
1010
<Icon>Resources\PackageIcon.png</Icon>
1111
<PreviewImage>Resources\Write-Plugin.gif</PreviewImage>
12-
<Tags>Power Platform, Dataverse, Power Apps, XRM, Code Generator</Tags>
12+
<Tags>Power Platform, Dataverse, Power Apps, XRM</Tags>
1313
</Metadata>
1414
<Installation>
1515
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">

0 commit comments

Comments
 (0)