We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d50228d + 4de2af2 commit 14a6e46Copy full SHA for 14a6e46
src/HtmlSanitizer/HtmlSanitizer.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Description>Cleans HTML from constructs that can be used for cross site scripting (XSS)</Description>
+ <Description>Cleans HTML from constructs that can be used for cross-site scripting (XSS)</Description>
5
<Copyright>Copyright 2013-$([System.DateTime]::Now.Year) Michael Ganss</Copyright>
6
<AssemblyTitle>HtmlSanitizer</AssemblyTitle>
7
<AppVeyor_Build_Version Condition="'$(APPVEYOR_BUILD_VERSION)' == ''">1.0.0</AppVeyor_Build_Version>
0 commit comments