Skip to content

Commit e175e28

Browse files
committed
fix: Move LICENSE to repo root
Move LICENSE file from resources/ to repo root and update manifest and csproj to reference it from the new location.
1 parent 84e8d83 commit e175e28

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

src/CodingWithCalvin.VSMCP/CodingWithCalvin.VSMCP.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<Content Include="..\..\resources\**\*">
22-
<Link>resources\%(RecursiveDir)%(Filename)%(Extension)</Link>
21+
<Content Include="..\..\LICENSE">
22+
<Link>LICENSE</Link>
2323
<IncludeInVSIX>true</IncludeInVSIX>
2424
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2525
</Content>

src/CodingWithCalvin.VSMCP/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DisplayName>VS MCP Server</DisplayName>
66
<Description xml:space="preserve">Exposes Visual Studio features as an MCP (Model Context Protocol) server, enabling AI assistants like Claude to interact with Visual Studio programmatically.</Description>
77
<MoreInfo>https://github.com/CodingWithCalvin/VS-VSMCP</MoreInfo>
8-
<License>resources\LICENSE</License>
8+
<License>LICENSE</License>
99
<!-- TODO: Add icon.png (128x128 or larger) -->
1010
<Tags>MCP, AI, Claude, LLM, Automation</Tags>
1111
</Metadata>

0 commit comments

Comments
 (0)