Skip to content

Commit c107936

Browse files
committed
Include the debug symbols in the published package
1 parent a23c034 commit c107936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Akismet.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99

1010
<PropertyGroup>
1111
<Authors>CedX</Authors>
12+
<IncludeSymbols>true</IncludeSymbols>
1213
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1314
<PackageReadmeFile>README.md</PackageReadmeFile>
1415
<PackageTags>akismet;api;client;comment;spam;validation</PackageTags>
1516
<RepositoryUrl>https://github.com/cedx/akismet.net.git</RepositoryUrl>
17+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1618
</PropertyGroup>
1719

1820
<PropertyGroup>

0 commit comments

Comments
 (0)