Skip to content

Commit e71ccf0

Browse files
committed
add source link
1 parent 31a5f55 commit e71ccf0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

HtmlParser/NMyVision.HtmlParser.csproj

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,24 @@
1111
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1212
<RepositoryType></RepositoryType>
1313
<RepositoryUrl>https://github.com/NMyVision/HtmlParser</RepositoryUrl>
14-
<Version>1.0.3</Version>
14+
<Version>1.0.4</Version>
15+
16+
17+
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
18+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
19+
20+
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22+
23+
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
24+
<IncludeSymbols>true</IncludeSymbols>
25+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1526
</PropertyGroup>
1627

28+
29+
<ItemGroup>
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
31+
</ItemGroup>
1732
<ItemGroup>
1833
<None Include="..\LICENSE.txt">
1934
<Pack>True</Pack>

0 commit comments

Comments
 (0)