Zq.Utils 1.1.6

.NET Framework 4.5
dotnet add package Zq.Utils --version 1.1.6
NuGet\Install-Package Zq.Utils -Version 1.1.6
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.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zq.Utils --version 1.1.6
#r "nuget: Zq.Utils, 1.1.6"
#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.6

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

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

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 305 5/7/2022
1.1.5 196 12/23/2021
1.1.4 242 10/11/2021
1.1.3 218 9/3/2021
1.1.2 272 7/13/2021
1.1.1 235 4/15/2021
1.1.0 282 1/26/2021
1.0.9 409 12/5/2020
1.0.8 319 11/11/2020
1.0.7.4 405 10/10/2020
1.0.7.3 364 9/1/2020
1.0.7.2 370 8/19/2020
1.0.7.1 338 7/21/2020
1.0.7 405 6/10/2020
1.0.6.9 350 6/2/2020
1.0.6.8 346 5/25/2020
1.0.6.7 410 5/24/2020
1.0.6.6 371 5/22/2020
1.0.6.5 359 5/18/2020
1.0.6.4 372 5/16/2020
1.0.6.3 374 5/16/2020
1.0.6.2 370 4/17/2020
1.0.6.1 362 3/26/2020
1.0.6 364 3/26/2020
1.0.5.9 407 3/17/2020
1.0.5.8 463 12/8/2019
1.0.5.7 393 11/17/2019
1.0.5.6 408 10/8/2019
1.0.5.5 402 9/12/2019
1.0.5.4 485 3/7/2019
1.0.5.3 521 12/25/2018
1.0.5.2 600 11/1/2018
1.0.5.1 595 10/22/2018
1.0.5 631 10/11/2018
1.0.4.9 624 9/18/2018
1.0.4.8 641 9/13/2018
1.0.4.7 611 9/12/2018
1.0.4.6 686 9/9/2018
1.0.4.5 690 9/6/2018
1.0.4.4 668 9/6/2018
1.0.4.3 643 8/31/2018
1.0.4.2 667 8/24/2018
1.0.4.1 686 8/22/2018
1.0.4 679 8/22/2018
1.0.3.9 675 8/22/2018
1.0.3.8 728 8/15/2018
1.0.3.7 680 8/7/2018
1.0.3.6 680 8/2/2018
1.0.3.5 678 7/31/2018
1.0.3.4 713 7/28/2018
1.0.3.3 693 7/25/2018
1.0.3.2 682 7/24/2018
1.0.3.1 726 7/24/2018
1.0.3 717 7/24/2018
1.0.2.9 687 7/23/2018
1.0.2.8 682 7/19/2018
1.0.2.7 698 7/19/2018
1.0.2.6 779 7/19/2018
1.0.2.5 780 7/19/2018
1.0.2.4 760 7/18/2018
1.0.2.3 790 7/17/2018
1.0.2.2 803 7/16/2018
1.0.2.1 766 7/15/2018
1.0.2 795 7/15/2018
1.0.1 797 7/13/2018
1.0.0 692 7/13/2018

1.新增扩展方法GetYear;
2.修改ImageHelper,采用ZKWeb.System.Drawing替代System.Drawing.Common;
3.Redis新增ConnectionSelectionStrategy;
4.新增ExpressionHelper;
5.修改RedisHelper公有方法,添加CommandFlags、When参数;
6.修改RedisConfiguration,新增Configure属性;
7.新增redis string递增和递减方法;
8.优化Substring,添加comparisonType参数;
9.重载Contains、ContainsIgnoreCase扩展方法,添加MatchType匹配类型参数;
10.新增PageList、PageEach、ToGroupDictionary扩展方法;
11.重载TryGetValue、GetOrDefault字典扩展方法;
12.优化EPPlusReadExcel、GetAssemblies;
13.重载ToLambda扩展方法;优化ToObject扩展方法;
14.升级nuget依赖包到最新版本;