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 00b1d4a commit 8b43e3eCopy full SHA for 8b43e3e
src/HtmlSanitizer/HtmlSanitizer.csproj
@@ -19,7 +19,8 @@
19
<PackageTags>xss;anti;antixss;html;security</PackageTags>
20
<PackageProjectUrl>https://github.com/mganss/HtmlSanitizer</PackageProjectUrl>
21
<PackageLicenseExpression>MIT</PackageLicenseExpression>
22
- <RepositoryType>git</RepositoryType>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
23
+ <RepositoryType>git</RepositoryType>
24
<RepositoryUrl>git://github.com/mganss/HtmlSanitizer</RepositoryUrl>
25
<RootNamespace>Ganss.Xss</RootNamespace>
26
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments