Zq.Utils 1.0.5.7

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

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

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

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,049 5/7/2022
1.1.5 859 12/23/2021
1.1.4 918 10/11/2021
1.1.3 861 9/3/2021
1.1.2 903 7/13/2021
1.1.1 920 4/15/2021
1.1.0 954 1/26/2021
1.0.9 1,102 12/5/2020
1.0.8 1,045 11/11/2020
1.0.7.4 1,154 10/10/2020
1.0.7.3 1,037 9/1/2020
1.0.7.2 1,135 8/19/2020
1.0.7.1 1,071 7/21/2020
1.0.7 1,110 6/10/2020
1.0.6.9 1,093 6/2/2020
1.0.6.8 1,053 5/25/2020
1.0.6.7 1,133 5/24/2020
1.0.6.6 1,053 5/22/2020
1.0.6.5 1,093 5/18/2020
1.0.6.4 1,062 5/16/2020
1.0.6.3 1,029 5/16/2020
1.0.6.2 1,088 4/17/2020
1.0.6.1 1,053 3/26/2020
1.0.6 1,069 3/26/2020
1.0.5.9 1,110 3/17/2020
1.0.5.8 1,182 12/8/2019
1.0.5.7 1,086 11/17/2019
1.0.5.6 1,091 10/8/2019
1.0.5.5 1,121 9/12/2019
1.0.5.4 1,228 3/7/2019
1.0.5.3 1,227 12/25/2018
1.0.5.2 1,357 11/1/2018
1.0.5.1 1,289 10/22/2018
1.0.5 1,364 10/11/2018
1.0.4.9 1,365 9/18/2018
1.0.4.8 1,388 9/13/2018
1.0.4.7 1,321 9/12/2018
1.0.4.6 1,408 9/9/2018
1.0.4.5 1,397 9/6/2018
1.0.4.4 1,377 9/6/2018
1.0.4.3 1,383 8/31/2018
1.0.4.2 1,398 8/24/2018
1.0.4.1 1,429 8/22/2018
1.0.4 1,412 8/22/2018
1.0.3.9 1,411 8/22/2018
1.0.3.8 1,447 8/15/2018
1.0.3.7 1,387 8/7/2018
1.0.3.6 1,367 8/2/2018
1.0.3.5 1,437 7/31/2018
1.0.3.4 1,492 7/28/2018
1.0.3.3 1,425 7/25/2018
1.0.3.2 1,364 7/24/2018
1.0.3.1 1,478 7/24/2018
1.0.3 1,455 7/24/2018
1.0.2.9 1,434 7/23/2018
1.0.2.8 1,365 7/19/2018
1.0.2.7 1,462 7/19/2018
1.0.2.6 1,508 7/19/2018
1.0.2.5 1,538 7/19/2018
1.0.2.4 1,517 7/18/2018
1.0.2.3 1,475 7/17/2018
1.0.2.2 1,572 7/16/2018
1.0.2.1 1,487 7/15/2018
1.0.2 1,447 7/15/2018
1.0.1 1,515 7/13/2018
1.0.0 1,395 7/13/2018

1.添加文件异步操作方法;
2.修复7z压缩文件方法返回值逻辑错误bug;
3.优化QueueHelper工具类;
4.新增Xml字符串转Json字符串方法;修改XmlToDictionary方法,添加自定义根节点参数;
5.优化Mongodb索引创建方法;新增ExistIndex方法;