Skip to content

Commit 7074bde

Browse files
committed
Merge branch 'improvement/package-metadata' into develop
Added an icon to each of the packages, and also included the GitHub URL. The latter is now done automatically by SourceLink, and used to associate the symbols to the original source for the specific commit on GitHub.
2 parents 3e68b16 + 23e1d27 commit 7074bde

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@
1717
<NeutralLanguage>en</NeutralLanguage>
1818
<IncludeSymbols>true</IncludeSymbols>
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2021
<GenerateDocumentationFile>true</GenerateDocumentationFile>
22+
<PackageIcon>Icon.png</PackageIcon>
2123
</PropertyGroup>
2224

25+
<ItemGroup>
26+
<None Include="../Icon.png" Pack="true" PackagePath=""/>
27+
</ItemGroup>
28+
2329
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
2430
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2531
</PropertyGroup>

Icon.png

5.33 KB
Loading

OnTopic.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2020
.gitignore = .gitignore
2121
Directory.Build.props = Directory.Build.props
2222
GitVersion.yml = GitVersion.yml
23+
Icon.png = Icon.png
2324
README.md = README.md
2425
EndProjectSection
2526
EndProject

0 commit comments

Comments
 (0)