Skip to content

Commit

Permalink
added nuget icon to project output
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinedb committed Sep 27, 2024
1 parent f8a18d1 commit 82a49c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Plugin.Maui.MarkdownView.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Maui.MarkdownView", "Plugin.Maui.MarkdownView\Plugin.Maui.MarkdownView.csproj", "{2012F564-B8C7-4CEB-8495-1BCB1B0EB638}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{29589DA1-AD21-4E1C-ABBA-A8AF64D7C4D6}"
ProjectSection(SolutionItems) = preProject
..\nuget.png = ..\nuget.png
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Maui.MarkdownView.Test", "Plugin.Maui.MarkdownView.Test\Plugin.Maui.MarkdownView.Test.csproj", "{A1619395-F945-4223-A3A9-ECE7552E8379}"
EndProject
Global
Expand Down
5 changes: 5 additions & 0 deletions src/Plugin.Maui.MarkdownView/Plugin.Maui.MarkdownView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@
</None>
</ItemGroup>

<ItemGroup>
<None Include="..\..\nuget.png" PackagePath="icon.png" Pack="true" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 82a49c2

Please sign in to comment.