File tree 1 file changed +16
-1
lines changed 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11
11
<PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
12
12
<RepositoryType ></RepositoryType >
13
13
<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 >
15
26
</PropertyGroup >
16
27
28
+
29
+ <ItemGroup >
30
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
31
+ </ItemGroup >
17
32
<ItemGroup >
18
33
<None Include =" ..\LICENSE.txt" >
19
34
<Pack >True</Pack >
You can’t perform that action at this time.
0 commit comments