Skip to content

Commit 31bd648

Browse files
committed
add msbuild properties for SourceLink
1 parent f1fd5d7 commit 31bd648

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Directory.Build.props

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
<Authors>Wei Chen</Authors>
1717
<PackageProjectUrl>https://github.com/weichch/system-text-json-jsondiffpatch</PackageProjectUrl>
1818
<Copyright>Copyright © Wei Chen 2024</Copyright>
19+
<RepositoryUrl>https://github.com/weichch/system-text-json-jsondiffpatch.git</RepositoryUrl>
20+
<RepositoryType>git</RepositoryType>
21+
<Copyright>Copyright © Wei Chen 2022</Copyright>
1922
<PackageIcon>icon.png</PackageIcon>
2023
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2124
<PackageReleaseNotes>https://github.com/weichch/system-text-json-jsondiffpatch/blob/$(JsonDiffPatchPackageVersion)/ReleaseNotes.md</PackageReleaseNotes>
25+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
26+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2227
</PropertyGroup>
2328

2429
<PropertyGroup>
@@ -30,7 +35,7 @@
3035
<ItemGroup>
3136
<None Include="..\..\icon.png" Link="Packaging\icon.png" Pack="true" PackagePath="\" />
3237
<None Include="..\..\LICENSE" Link="Packaging\LICENSE" Pack="true" PackagePath="\" />
33-
<None Include="..\..\THIRD-PARTY-NOTICES.txt" Link="Packaging\THIRD-PARTY-NOTICES.txt" Pack="true" PackagePath="\" />
38+
<None Include="..\..\THIRD-PARTY-NOTICES.txt" Link="Packaging\THIRD-PARTY-NOTICES.txt" Pack="true" PackagePath="\" />
3439
</ItemGroup>
35-
40+
3641
</Project>

0 commit comments

Comments
 (0)