|
@@ -4,8 +4,7 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net5</TargetFrameworks>
|
|
|
- <Description>
|
|
|
- 包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
|
|
|
+ <Description> 包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
|
|
|
官网教程:https://masuit.com/55
|
|
|
github:https://github.com/ldqk/Masuit.Tools
|
|
|
</Description>
|
|
@@ -21,10 +20,10 @@
|
|
|
<UserSecretsId>830c282f-f7c1-42be-8651-4cd06ac8e73f</UserSecretsId>
|
|
|
<RepositoryType>Github</RepositoryType>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
- <Version>2.4.1.2</Version>
|
|
|
- <FileVersion>2.4.1.2</FileVersion>
|
|
|
+ <Version>2.4.1.3</Version>
|
|
|
+ <FileVersion>2.4.1.3</FileVersion>
|
|
|
<Company>masuit.com</Company>
|
|
|
- <AssemblyVersion>2.4.1.2</AssemblyVersion>
|
|
|
+ <AssemblyVersion>2.4.1.3</AssemblyVersion>
|
|
|
<Authors>懒得勤快X</Authors>
|
|
|
<RepositoryUrl>https://github.com/ldqk/Masuit.Tools</RepositoryUrl>
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
@@ -354,7 +353,7 @@
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="DnsClient" Version="1.3.2" />
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.29" />
|
|
|
- <PackageReference Include="HtmlSanitizer" Version="5.0.355" />
|
|
|
+ <PackageReference Include="HtmlSanitizer" Version="5.0.372" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0" />
|