We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23c034 commit c107936Copy full SHA for c107936
src/Akismet.csproj
@@ -9,10 +9,12 @@
9
10
<PropertyGroup>
11
<Authors>CedX</Authors>
12
+ <IncludeSymbols>true</IncludeSymbols>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14
<PackageReadmeFile>README.md</PackageReadmeFile>
15
<PackageTags>akismet;api;client;comment;spam;validation</PackageTags>
16
<RepositoryUrl>https://github.com/cedx/akismet.net.git</RepositoryUrl>
17
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
18
</PropertyGroup>
19
20
0 commit comments