Zq.Utils.Core 1.2.1

.NET 5.0 .NET Standard 2.0
dotnet add package Zq.Utils.Core --version 1.2.1
NuGet\Install-Package Zq.Utils.Core -Version 1.2.1
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.Core" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zq.Utils.Core --version 1.2.1
#r "nuget: Zq.Utils.Core, 1.2.1"
#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.Core as a Cake Addin
#addin nuget:?package=Zq.Utils.Core&version=1.2.1

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

.NET Standard2.0、.NET Standard2.1、.NET5、.NET6版本工具类

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
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.2.1 406 5/7/2022
1.2.0 701 12/23/2021
1.1.9 1,026 11/9/2021
1.1.8 1,078 10/11/2021
1.1.7 997 9/3/2021
1.1.6 1,037 7/13/2021
1.1.5 809 4/15/2021
1.1.4 1,185 4/15/2021
1.1.3 581 1/26/2021
1.1.2 483 12/5/2020
1.1.1 515 12/5/2020
1.1.0 428 11/11/2020
1.0.3.9 561 10/10/2020
1.0.3.7 534 9/21/2020
1.0.3.6 531 9/1/2020
1.0.3.5 469 8/22/2020
1.0.3.4 450 8/19/2020
1.0.3.3 528 7/21/2020
1.0.3.2 580 6/10/2020
1.0.3.1 536 6/6/2020
1.0.3 454 6/3/2020
1.0.2.9 512 6/2/2020
1.0.2.8 539 6/1/2020
1.0.2.7 530 5/30/2020
1.0.2.6 474 5/29/2020
1.0.2.5 439 5/29/2020
1.0.2.4 488 5/25/2020
1.0.2.3 490 5/24/2020
1.0.2.2 434 5/24/2020
1.0.2.1 450 5/22/2020
1.0.2 434 5/18/2020
1.0.1.9 479 5/16/2020
1.0.1.8 483 5/16/2020
1.0.1.7 413 5/16/2020
1.0.1.6 467 4/17/2020
1.0.1.5 555 3/29/2020
1.0.1.4 442 3/26/2020
1.0.1.3 406 3/26/2020
1.0.1.2 477 3/17/2020
1.0.1.1 540 12/8/2019
1.0.1 497 11/17/2019
1.0.0.9 552 10/7/2019
1.0.0.8 617 9/12/2019
1.0.0.7 650 3/7/2019
1.0.0.6 666 12/25/2018
1.0.0.5 704 12/1/2018
1.0.0.4 715 11/23/2018
1.0.0.3 655 11/1/2018
1.0.0.2 620 10/23/2018
1.0.0.1 679 10/18/2018
1.0.0 672 10/18/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依赖包到最新版本;