Skip to content

Commit d65a81a

Browse files
committed
Introduced icon for the NuGet packages
For consistency with other projects, the `Icon.png` is placed within the root of the solution, even though it's only needed within the `OnTopic.Data.Transfer` project itself. For now, we're using the Ignia logo as the icon, and have set it to 128x128 per NuGet recommendations.
1 parent 8e1a5cc commit d65a81a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Icon.png

5.33 KB
Loading

OnTopic.Data.Transfer.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E838A1C2-B10E-4B70-8939-E1DC47EAFC5B}"
1111
ProjectSection(SolutionItems) = preProject
1212
GitVersion.yml = GitVersion.yml
13+
Icon.png = Icon.png
1314
README.md = README.md
1415
EndProjectSection
1516
EndProject

OnTopic.Data.Transfer/OnTopic.Data.Transfer.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020
<NeutralLanguage>en</NeutralLanguage>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<IncludeSymbols>true</IncludeSymbols>
23+
<PackageIcon>Icon.png</PackageIcon>
2324
</PropertyGroup>
2425

26+
<ItemGroup>
27+
<None Include="../Icon.png" Pack="true" PackagePath=""/>
28+
</ItemGroup>
29+
2530
<PropertyGroup>
2631
<PackageProjectUrl>https://github.com/Ignia/Topics-Data-Transfer</PackageProjectUrl>
2732
<PackageTags>C# .NET CMS DTO</PackageTags>

0 commit comments

Comments
 (0)