Skip to content

Commit

Permalink
Tags in the vsixmanifest can be at most 50 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Aug 21, 2023
1 parent b79477a commit de0ce87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lombiq.Vsix.Orchard/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<License>Licence.md</License>
<Icon>Package.ico</Icon>
<PreviewImage>Lombiq.png</PreviewImage>
<Tags>Orchard, Orchard Core, Dependency, Error Log, Log Watcher, .NET, .NET Core, ASP.NET, ASP.NET Core, BlinkStick</Tags>
<!-- This can be at most 50 characters. -->
<Tags>Orchard, Orchard Core, .NET Core, ASP.NET Core</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
Expand Down

0 comments on commit de0ce87

Please sign in to comment.