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 65ffea0 commit b9027abCopy full SHA for b9027ab
src/Akismet.csproj
@@ -11,7 +11,7 @@
11
<Authors>CedX</Authors>
12
<IncludeSymbols>true</IncludeSymbols>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14
- <PackageReadmeFile>README.md</PackageReadmeFile>
+ <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>
@@ -28,6 +28,6 @@
28
29
<ItemGroup>
30
<InternalsVisibleTo Include="Belin.Akismet.Tests" />
31
- <None Include="../README.md" Pack="true" PackagePath="/" />
+ <None Include="../ReadMe.md" Pack="true" PackagePath="/" />
32
</ItemGroup>
33
</Project>
0 commit comments