Zq.Utils 1.0.4.9

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

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

常用工具类和扩展方法

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,123 5/7/2022
1.1.5 899 12/23/2021
1.1.4 971 10/11/2021
1.1.3 905 9/3/2021
1.1.2 946 7/13/2021
1.1.1 958 4/15/2021
1.1.0 1,000 1/26/2021
1.0.9 1,140 12/5/2020
1.0.8 1,094 11/11/2020
1.0.7.4 1,200 10/10/2020
1.0.7.3 1,079 9/1/2020
1.0.7.2 1,195 8/19/2020
1.0.7.1 1,119 7/21/2020
1.0.7 1,148 6/10/2020
1.0.6.9 1,149 6/2/2020
1.0.6.8 1,090 5/25/2020
1.0.6.7 1,189 5/24/2020
1.0.6.6 1,111 5/22/2020
1.0.6.5 1,132 5/18/2020
1.0.6.4 1,103 5/16/2020
1.0.6.3 1,081 5/16/2020
1.0.6.2 1,131 4/17/2020
1.0.6.1 1,090 3/26/2020
1.0.6 1,109 3/26/2020
1.0.5.9 1,155 3/17/2020
1.0.5.8 1,231 12/8/2019
1.0.5.7 1,140 11/17/2019
1.0.5.6 1,115 10/8/2019
1.0.5.5 1,174 9/12/2019
1.0.5.4 1,290 3/7/2019
1.0.5.3 1,267 12/25/2018
1.0.5.2 1,408 11/1/2018
1.0.5.1 1,350 10/22/2018
1.0.5 1,410 10/11/2018
1.0.4.9 1,412 9/18/2018
1.0.4.8 1,434 9/13/2018
1.0.4.7 1,377 9/12/2018
1.0.4.6 1,451 9/9/2018
1.0.4.5 1,439 9/6/2018
1.0.4.4 1,419 9/6/2018
1.0.4.3 1,433 8/31/2018
1.0.4.2 1,449 8/24/2018
1.0.4.1 1,479 8/22/2018
1.0.4 1,461 8/22/2018
1.0.3.9 1,452 8/22/2018
1.0.3.8 1,483 8/15/2018
1.0.3.7 1,425 8/7/2018
1.0.3.6 1,405 8/2/2018
1.0.3.5 1,475 7/31/2018
1.0.3.4 1,542 7/28/2018
1.0.3.3 1,465 7/25/2018
1.0.3.2 1,402 7/24/2018
1.0.3.1 1,521 7/24/2018
1.0.3 1,506 7/24/2018
1.0.2.9 1,473 7/23/2018
1.0.2.8 1,425 7/19/2018
1.0.2.7 1,500 7/19/2018
1.0.2.6 1,565 7/19/2018
1.0.2.5 1,577 7/19/2018
1.0.2.4 1,558 7/18/2018
1.0.2.3 1,516 7/17/2018
1.0.2.2 1,632 7/16/2018
1.0.2.1 1,531 7/15/2018
1.0.2 1,515 7/15/2018
1.0.1 1,558 7/13/2018
1.0.0 1,447 7/13/2018

1.更新部分依赖类库版本;
2.更新ImageHelper图片工具类,新增根据图片生成字符画方法:BuildCharacter;
3.更新SqlHelper部分方法支持事务操作;
4.更新RedisHelper工具类,新增根据通配符*删除key方法;