|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
- <Version>1.8.6</Version>
|
|
|
+ <Version>1.8.7</Version>
|
|
|
<Authors>懒得勤快</Authors>
|
|
|
<Company>masuit.com</Company>
|
|
|
<Description>包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
|
|
|
@@ -75,6 +75,10 @@ string s = html.HtmlSantinizerStandard();//清理后:<div><span>&l
|
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
+ <DocumentationFile>bin\Release\netstandard2.0\Masuit.Tools.Core.xml</DocumentationFile>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="AngleSharp" Version="0.9.9.1" />
|
|
|
<PackageReference Include="HtmlSanitizer" Version="4.0.183" />
|