Skip to content

Commit d03f985

Browse files
committed
chore(build): update solution and manifest metadata
- Update SLNX with VS-generated project ordering and Id - Simplify vsixmanifest tags
1 parent e4c27bb commit d03f985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodingWithCalvin.GitRanger.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<File Path="../resources/extension.manifest.json" />
1212
</Folder>
1313
<Folder Name="/src/">
14-
<Project Path="CodingWithCalvin.GitRanger/CodingWithCalvin.GitRanger.csproj" />
1514
<Project Path="CodingWithCalvin.GitRanger.Core/CodingWithCalvin.GitRanger.Core.csproj" />
15+
<Project Path="CodingWithCalvin.GitRanger/CodingWithCalvin.GitRanger.csproj" Id="a1b2c3d4-e5f6-7890-abcd-ef1234567890" />
1616
</Folder>
1717
<Folder Name="/tests/">
1818
<Project Path="../tests/CodingWithCalvin.GitRanger.Core.Tests/CodingWithCalvin.GitRanger.Core.Tests.csproj" />

src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ReleaseNotes>https://github.com/calvinallen/GitRanger/releases</ReleaseNotes>
1111
<Icon>Resources\icon.png</Icon>
1212
<PreviewImage>Resources\icon.png</PreviewImage>
13-
<Tags>git, blame, history, graph, version control, source control, gitlens</Tags>
13+
<Tags>git, blame, history, graph, version control</Tags>
1414
</Metadata>
1515
<Installation>
1616
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">

0 commit comments

Comments
 (0)