Skip to content

Commit 1ef0e95

Browse files
authored
fix(vsix): shorten description for marketplace display (#48)
1 parent db1a54f commit 1ef0e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Metadata>
44
<Identity Id="VS-GitRanger" Version="1.0.0" Language="en-US" Publisher="Coding With Calvin" />
55
<DisplayName>Git Ranger</DisplayName>
6-
<Description xml:space="preserve">A visually exciting Git management extension for Visual Studio. Features include inline blame annotations, blame gutter margins, file history, commit details, and an interactive git graph - all with theme-adaptive vibrant colors.</Description>
6+
<Description xml:space="preserve">A visually stunning Git management extension for Visual Studio 2022/2026, with theme-adaptive vibrant colors.</Description>
77
<MoreInfo>https://github.com/calvinallen/GitRanger</MoreInfo>
88
<License>Resources\LICENSE</License>
99
<GettingStartedGuide>https://github.com/calvinallen/GitRanger#readme</GettingStartedGuide>

0 commit comments

Comments
 (0)