Skip to content

Commit 231b325

Browse files
Textual improvements to vsix manifest
1 parent dbe18ed commit 231b325

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Vsix/source.extension.vsixmanifest

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
44
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="8.1.2.0" Language="en-US" Publisher="IC#Code"/>
5-
<DisplayName>Code Converter C# to/from VB.NET</DisplayName>
6-
<Description xml:space="preserve">Based on Roslyn, this converter allows you to convert C# code to VB.NET and vice versa</Description>
5+
<DisplayName>Code Converter (VB - C#)</DisplayName>
6+
<Description xml:space="preserve">Convert VB.NET to C# and vice versa with this roslyn based converter</Description>
7+
<MoreInfo>https://github.com/icsharpcode/CodeConverter</MoreInfo>
78
<License>license.txt</License>
8-
<GettingStartedGuide>https://github.com/icsharpcode/CodeConverter</GettingStartedGuide>
9+
<GettingStartedGuide>https://github.com/icsharpcode/CodeConverter/wiki</GettingStartedGuide>
910
<ReleaseNotes>https://github.com/icsharpcode/CodeConverter/blob/master/CHANGELOG.md</ReleaseNotes>
1011
<Icon>Images\refactoringessentials-logo90.png</Icon>
1112
<PreviewImage>Images\refactoringessentials-preview.png</PreviewImage>
13+
<Tags>code converter vb csharp visual basic csharp net translate</Tags>
1214
</Metadata>
1315
<Installation>
1416
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />

0 commit comments

Comments
 (0)