Zq.Utils 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zq.Utils --version 1.1.0
NuGet\Install-Package Zq.Utils -Version 1.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zq.Utils --version 1.1.0
#r "nuget: Zq.Utils, 1.1.0"
#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.1.0

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

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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,085 5/7/2022
1.1.5 874 12/23/2021
1.1.4 948 10/11/2021
1.1.3 876 9/3/2021
1.1.2 918 7/13/2021
1.1.1 935 4/15/2021
1.1.0 970 1/26/2021
1.0.9 1,118 12/5/2020
1.0.8 1,061 11/11/2020
1.0.7.4 1,170 10/10/2020
1.0.7.3 1,053 9/1/2020
1.0.7.2 1,151 8/19/2020
1.0.7.1 1,087 7/21/2020
1.0.7 1,126 6/10/2020
1.0.6.9 1,109 6/2/2020
1.0.6.8 1,069 5/25/2020
1.0.6.7 1,149 5/24/2020
1.0.6.6 1,069 5/22/2020
1.0.6.5 1,125 5/18/2020
1.0.6.4 1,078 5/16/2020
1.0.6.3 1,059 5/16/2020
1.0.6.2 1,103 4/17/2020
1.0.6.1 1,069 3/26/2020
1.0.6 1,085 3/26/2020
1.0.5.9 1,136 3/17/2020
1.0.5.8 1,214 12/8/2019
1.0.5.7 1,102 11/17/2019
1.0.5.6 1,091 10/8/2019
1.0.5.5 1,137 9/12/2019
1.0.5.4 1,244 3/7/2019
1.0.5.3 1,243 12/25/2018
1.0.5.2 1,373 11/1/2018
1.0.5.1 1,322 10/22/2018
1.0.5 1,381 10/11/2018
1.0.4.9 1,382 9/18/2018
1.0.4.8 1,405 9/13/2018
1.0.4.7 1,338 9/12/2018
1.0.4.6 1,425 9/9/2018
1.0.4.5 1,413 9/6/2018
1.0.4.4 1,394 9/6/2018
1.0.4.3 1,400 8/31/2018
1.0.4.2 1,415 8/24/2018
1.0.4.1 1,446 8/22/2018
1.0.4 1,429 8/22/2018
1.0.3.9 1,428 8/22/2018
1.0.3.8 1,464 8/15/2018
1.0.3.7 1,403 8/7/2018
1.0.3.6 1,382 8/2/2018
1.0.3.5 1,453 7/31/2018
1.0.3.4 1,508 7/28/2018
1.0.3.3 1,441 7/25/2018
1.0.3.2 1,379 7/24/2018
1.0.3.1 1,494 7/24/2018
1.0.3 1,483 7/24/2018
1.0.2.9 1,450 7/23/2018
1.0.2.8 1,381 7/19/2018
1.0.2.7 1,478 7/19/2018
1.0.2.6 1,524 7/19/2018
1.0.2.5 1,554 7/19/2018
1.0.2.4 1,533 7/18/2018
1.0.2.3 1,491 7/17/2018
1.0.2.2 1,588 7/16/2018
1.0.2.1 1,503 7/15/2018
1.0.2 1,479 7/15/2018
1.0.1 1,531 7/13/2018
1.0.0 1,427 7/13/2018

1.新增FreeRedis工具类;
2.FieHelper新增创建文件方法;
3.重载并优化EPPlusReadExcel,优化Exel导入,去除前后空格、换行符、制表符;
4.优化PollyHelper部分方法返回类型;
5.优化HttpClientHelper字符编码;
6.优化RedisHelper;新增AddStackExchangeRedis扩展方法;DefaultKey字段重名名为KeyPrefix,新增Keys方法,Redis:ConnectionString连接字符串key为Redis:ConnectionStrings;新增HashLength、HashScan、ResetKeyPrefix方法;
7.优化TreeToJson、TreeToDictionary;
8.重载ToJson扩展方法;
9.优化UnZip;
10.优化RabbitMqHelper,修复队列无法绑定多个RouteKey的bug;修改订阅消息和获取消息处理委托参数;发布消息,新增消息头部参数;
11.新增ObjectMethodExecutors,新增Execute、ExecuteAsync扩展方法;
12.新增ForEachAsync异步遍历扩展方法;
13.引用DeepCloner,优化DeepClone和ShallowClone;
14.重载ToObject扩展方法;
15.重命名HttpUtility为HttpHelper,移除HttpUtility,优化代码;