Skip to content

Commit

Permalink
Added LICENSE to vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
icnocop committed Jul 19, 2024
1 parent 12e3234 commit 6afaa17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/MigratePackagesConfigToPackageReferences.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\LICENSE">
<Link>LICENSE</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="publishManifest.json" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<Identity Id="MigratePackagesConfigToPackageReferencesExtension.e81acbbb-7734-45b1-8852-73aa94df865c" Version="1.0" Language="en-US" Publisher="Rami Abughazaleh" />
<DisplayName>Migrate packages.config to PackageReferences</DisplayName>
<Description xml:space="preserve">Migrates packages.config to PackageReferences. Works with C# csproj and C++ vcxproj Visual Studio project files.</Description>
<MoreInfo>https://github.com/icnocop/MigratePackagesConfigToPackageReferencesExtension</MoreInfo>
<License>LICENSE</License>
<Icon>Resources\Icon.png</Icon>
<PreviewImage>Resources\Icon.png</PreviewImage>
<Tags>packages.config PackageReference NuGet vcxproj</Tags>
Expand Down

0 comments on commit 6afaa17

Please sign in to comment.