Skip to content

Commit 981aaeb

Browse files
authored
fix(vsix): update display name and description (#41)
1 parent 4e680fe commit 981aaeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodingWithCalvin.ProjectRenamifier/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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="VS-ProjectRenamifier" Version="1.0" Language="en-US" Publisher="Coding With Calvin" />
5-
<DisplayName>VS-ProjectRenamifier</DisplayName>
6-
<Description xml:space="preserve">Project Renamifier!</Description>
5+
<DisplayName>Project Renamifier</DisplayName>
6+
<Description xml:space="preserve">Safely rename projects in Visual Studio. Updates the project file, directory, namespaces, using statements, fully qualified references, and project references across your entire solution.</Description>
77
<License>Resources\LICENSE</License>
88
<Icon>Resources\logo.png</Icon>
99
<PreviewImage>Resources\logo.png</PreviewImage>

0 commit comments

Comments
 (0)