|
@@ -4,14 +4,13 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
- <Description>
|
|
|
|
- 包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
|
|
|
|
|
|
+ <Description> 包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
|
|
官网教程:https://masuit.com/55
|
|
官网教程:https://masuit.com/55
|
|
github:https://github.com/ldqk/Masuit.Tools
|
|
github:https://github.com/ldqk/Masuit.Tools
|
|
</Description>
|
|
</Description>
|
|
<Copyright>Copyright © 懒得勤快</Copyright>
|
|
<Copyright>Copyright © 懒得勤快</Copyright>
|
|
<PackageProjectUrl>https://github.com/ldqk/Masuit.Tools</PackageProjectUrl>
|
|
<PackageProjectUrl>https://github.com/ldqk/Masuit.Tools</PackageProjectUrl>
|
|
- <PackageTags>Masuit.Tools</PackageTags>
|
|
|
|
|
|
+ <PackageTags>Masuit.Tools,工具库,Utility,Crypt,Extensions</PackageTags>
|
|
<PackageReleaseNotes>如有问题请联系作者QQ:3444764617,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools</PackageReleaseNotes>
|
|
<PackageReleaseNotes>如有问题请联系作者QQ:3444764617,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools</PackageReleaseNotes>
|
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
|
<PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
|
|
<PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
|
|
@@ -21,10 +20,10 @@
|
|
<UserSecretsId>830c282f-f7c1-42be-8651-4cd06ac8e73f</UserSecretsId>
|
|
<UserSecretsId>830c282f-f7c1-42be-8651-4cd06ac8e73f</UserSecretsId>
|
|
<RepositoryType>Github</RepositoryType>
|
|
<RepositoryType>Github</RepositoryType>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
- <Version>2.3.1.4</Version>
|
|
|
|
- <FileVersion>2.3.1.4</FileVersion>
|
|
|
|
|
|
+ <Version>2.3.1.5</Version>
|
|
|
|
+ <FileVersion>2.3.1.5</FileVersion>
|
|
<Company>masuit.com</Company>
|
|
<Company>masuit.com</Company>
|
|
- <AssemblyVersion>2.3.1.4</AssemblyVersion>
|
|
|
|
|
|
+ <AssemblyVersion>2.3.1.5</AssemblyVersion>
|
|
<Authors>懒得勤快X</Authors>
|
|
<Authors>懒得勤快X</Authors>
|
|
<RepositoryUrl>https://github.com/ldqk/Masuit.Tools</RepositoryUrl>
|
|
<RepositoryUrl>https://github.com/ldqk/Masuit.Tools</RepositoryUrl>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
@@ -82,8 +81,8 @@
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.7" />
|
|
|
|
- <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.7" />
|
|
|
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.8" />
|
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.8" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
<PackageReference Include="SharpCompress" Version="0.26.0" />
|
|
<PackageReference Include="SharpCompress" Version="0.26.0" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|