Skip to content

Commit

Permalink
Merge pull request #177 from tonyhallett/fix-tags
Browse files Browse the repository at this point in the history
correct - the maximum length of a tag is 50
  • Loading branch information
tonyhallett authored Aug 18, 2021
2 parents 8b3bf2f + 39b9bbb commit e08ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FineCodeCoverage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<License>Resources\LICENSE</License>
<Icon>Resources\logo.png</Icon>
<PreviewImage>Resources\preview-subject.png</PreviewImage>
<Tags>visual studio, code coverage, c#, vb, .net core, coverlet, unit test, free, community edition</Tags>
<Tags>visual studio; code coverage; c#; vb; .net core; coverlet; unit test; free; community edition</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
Expand Down

0 comments on commit e08ef4e

Please sign in to comment.