Skip to content

Commit db7fdd0

Browse files
committed
add msbuild properties for SourceLink
1 parent eb9616c commit db7fdd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
<JsonDiffPatchPackageVersion>1.3.1</JsonDiffPatchPackageVersion>
1616
<Authors>Wei Chen</Authors>
1717
<PackageProjectUrl>https://github.com/weichch/system-text-json-jsondiffpatch</PackageProjectUrl>
18+
<RepositoryUrl>https://github.com/weichch/system-text-json-jsondiffpatch.git</RepositoryUrl>
19+
<RepositoryType>git</RepositoryType>
1820
<Copyright>Copyright © Wei Chen 2022</Copyright>
1921
<PackageIcon>icon.png</PackageIcon>
2022
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2123
<PackageReleaseNotes>https://github.com/weichch/system-text-json-jsondiffpatch/blob/$(JsonDiffPatchPackageVersion)/ReleaseNotes.md</PackageReleaseNotes>
24+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2226
</PropertyGroup>
2327

2428
<PropertyGroup>

0 commit comments

Comments
 (0)