Zq.Utils 1.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zq.Utils --version 1.1.5
                    
NuGet\Install-Package Zq.Utils -Version 1.1.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.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zq.Utils" Version="1.1.5" />
                    
Directory.Packages.props
<PackageReference Include="Zq.Utils" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zq.Utils --version 1.1.5
                    
#r "nuget: Zq.Utils, 1.1.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.
#addin nuget:?package=Zq.Utils&version=1.1.5
                    
Install Zq.Utils as a Cake Addin
#tool nuget:?package=Zq.Utils&version=1.1.5
                    
Install Zq.Utils as a Cake Tool

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,201 5/7/2022
1.1.5 933 12/23/2021
1.1.4 1,009 10/11/2021
1.1.3 944 9/3/2021
1.1.2 991 7/13/2021
1.1.1 1,000 4/15/2021
1.1.0 1,065 1/26/2021
1.0.9 1,188 12/5/2020
1.0.8 1,141 11/11/2020
1.0.7.4 1,283 10/10/2020
1.0.7.3 1,143 9/1/2020
1.0.7.2 1,260 8/19/2020
1.0.7.1 1,169 7/21/2020
1.0.7 1,199 6/10/2020
1.0.6.9 1,196 6/2/2020
1.0.6.8 1,143 5/25/2020
1.0.6.7 1,237 5/24/2020
1.0.6.6 1,161 5/22/2020
1.0.6.5 1,205 5/18/2020
1.0.6.4 1,170 5/16/2020
1.0.6.3 1,134 5/16/2020
1.0.6.2 1,182 4/17/2020
1.0.6.1 1,145 3/26/2020
1.0.6 1,158 3/26/2020
1.0.5.9 1,205 3/17/2020
1.0.5.8 1,297 12/8/2019
1.0.5.7 1,192 11/17/2019
1.0.5.6 1,171 10/8/2019
1.0.5.5 1,231 9/12/2019
1.0.5.4 1,348 3/7/2019
1.0.5.3 1,326 12/25/2018
1.0.5.2 1,473 11/1/2018
1.0.5.1 1,416 10/22/2018
1.0.5 1,527 10/11/2018
1.0.4.9 1,487 9/18/2018
1.0.4.8 1,510 9/13/2018
1.0.4.7 1,449 9/12/2018
1.0.4.6 1,522 9/9/2018
1.0.4.5 1,519 9/6/2018
1.0.4.4 1,499 9/6/2018
1.0.4.3 1,505 8/31/2018
1.0.4.2 1,523 8/24/2018
1.0.4.1 1,571 8/22/2018
1.0.4 1,535 8/22/2018
1.0.3.9 1,525 8/22/2018
1.0.3.8 1,574 8/15/2018
1.0.3.7 1,534 8/7/2018
1.0.3.6 1,530 8/2/2018
1.0.3.5 1,582 7/31/2018
1.0.3.4 1,647 7/28/2018
1.0.3.3 1,597 7/25/2018
1.0.3.2 1,525 7/24/2018
1.0.3.1 1,628 7/24/2018
1.0.3 1,611 7/24/2018
1.0.2.9 1,579 7/23/2018
1.0.2.8 1,528 7/19/2018
1.0.2.7 1,609 7/19/2018
1.0.2.6 1,734 7/19/2018
1.0.2.5 1,729 7/19/2018
1.0.2.4 1,736 7/18/2018
1.0.2.3 1,670 7/17/2018
1.0.2.2 1,783 7/16/2018
1.0.2.1 1,686 7/15/2018
1.0.2 1,669 7/15/2018
1.0.1 1,755 7/13/2018
1.0.0 1,579 7/13/2018

1.重载StringBuilder的AppendIf、AppendLineIf扩展方法;
2.优化json字符串反序列化为强类型对象扩展方法;
3.重命名IntExtensions -> NumberExtensions,新增BuildRandomNumber扩展方法;
4.优化QueueHelper,完善异常日志记录;
5.优化RabbitMq发布消息,内部采用Queue方式,修复IModel多线程调用异常bug;
6.优化RedisHelper方法AddKeyPrefix;
7.升级部分nuget依赖引用包;