Zq.Utils 1.0.5.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zq.Utils --version 1.0.5.5
NuGet\Install-Package Zq.Utils -Version 1.0.5.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zq.Utils" Version="1.0.5.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zq.Utils --version 1.0.5.5
#r "nuget: Zq.Utils, 1.0.5.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Zq.Utils as a Cake Addin
#addin nuget:?package=Zq.Utils&version=1.0.5.5

// Install Zq.Utils as a Cake Tool
#tool nuget:?package=Zq.Utils&version=1.0.5.5

C# .NET Framework4.5版本工具类

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.6 1,023 5/7/2022
1.1.5 836 12/23/2021
1.1.4 896 10/11/2021
1.1.3 844 9/3/2021
1.1.2 882 7/13/2021
1.1.1 897 4/15/2021
1.1.0 929 1/26/2021
1.0.9 1,078 12/5/2020
1.0.8 1,026 11/11/2020
1.0.7.4 1,134 10/10/2020
1.0.7.3 1,018 9/1/2020
1.0.7.2 1,111 8/19/2020
1.0.7.1 1,047 7/21/2020
1.0.7 1,088 6/10/2020
1.0.6.9 1,069 6/2/2020
1.0.6.8 1,028 5/25/2020
1.0.6.7 1,108 5/24/2020
1.0.6.6 1,028 5/22/2020
1.0.6.5 1,069 5/18/2020
1.0.6.4 1,037 5/16/2020
1.0.6.3 1,004 5/16/2020
1.0.6.2 1,068 4/17/2020
1.0.6.1 1,027 3/26/2020
1.0.6 1,042 3/26/2020
1.0.5.9 1,089 3/17/2020
1.0.5.8 1,153 12/8/2019
1.0.5.7 1,058 11/17/2019
1.0.5.6 1,064 10/8/2019
1.0.5.5 1,094 9/12/2019
1.0.5.4 1,204 3/7/2019
1.0.5.3 1,202 12/25/2018
1.0.5.2 1,332 11/1/2018
1.0.5.1 1,264 10/22/2018
1.0.5 1,340 10/11/2018
1.0.4.9 1,340 9/18/2018
1.0.4.8 1,364 9/13/2018
1.0.4.7 1,296 9/12/2018
1.0.4.6 1,384 9/9/2018
1.0.4.5 1,372 9/6/2018
1.0.4.4 1,353 9/6/2018
1.0.4.3 1,364 8/31/2018
1.0.4.2 1,373 8/24/2018
1.0.4.1 1,410 8/22/2018
1.0.4 1,388 8/22/2018
1.0.3.9 1,387 8/22/2018
1.0.3.8 1,424 8/15/2018
1.0.3.7 1,365 8/7/2018
1.0.3.6 1,343 8/2/2018
1.0.3.5 1,412 7/31/2018
1.0.3.4 1,466 7/28/2018
1.0.3.3 1,402 7/25/2018
1.0.3.2 1,344 7/24/2018
1.0.3.1 1,455 7/24/2018
1.0.3 1,432 7/24/2018
1.0.2.9 1,419 7/23/2018
1.0.2.8 1,342 7/19/2018
1.0.2.7 1,440 7/19/2018
1.0.2.6 1,488 7/19/2018
1.0.2.5 1,513 7/19/2018
1.0.2.4 1,495 7/18/2018
1.0.2.3 1,453 7/17/2018
1.0.2.2 1,548 7/16/2018
1.0.2.1 1,464 7/15/2018
1.0.2 1,422 7/15/2018
1.0.1 1,493 7/13/2018
1.0.0 1,378 7/13/2018

1.新增和重载部分扩展方法;
2.新增泛型映射工具类MapperHelper;
3.重载MongodbHelper工具类构造函数;
4.新增DES加密和解密;
5.修复ASCII排序BUG;
6.新增QueueHelper工具类;
7.修复ToEntity、ToEntities、ToLists扩展方法赋值过程中转换bug;
8.修复UnZip解压文件bug;
9.优化GetPhysicalPath;
10.更新导出Excel方法,添加sheet自定义处理委托参数;
11.优化SqlHelper工具类,重载SqlBulkCopy方法;
12.优化HttpClientHelper工具类,重载部分方法;
13.优化AutoMapper映射,添加映射配置缓存;
14.新增RSA密钥转换工具类RSAKeyConvertHelper;
15.移除EasyNetQ,新增基于RabbitMq官方驱动封装的RabbitMq工具类;