diff --git a/ZqUtils.Core/ZqUtils.Core.csproj b/ZqUtils.Core/ZqUtils.Core.csproj index b89da00..dffa6a8 100644 --- a/ZqUtils.Core/ZqUtils.Core.csproj +++ b/ZqUtils.Core/ZqUtils.Core.csproj @@ -8,16 +8,27 @@ true true true - 1.1.5 + 1.1.6 Zq.Utils.Core 张强 .NET Standard2.0、.NET Standard2.1、.NET5版本工具类 Copyright © 2018-2021 , 张强 943620963@qq.com https://github.com/zqlovejyc/ZqUtils.Core - 1.修复NLog.config nuget包配置错误bug; - 1.1.5 - 1.1.5 + 1.移除Autofac相关扩展方法; +2.重命名DependsOnAttribute -> ServiceNameAttribute、GetDependsService -> GetNamedService; +3.优化BuildIOrderedQueryable、MapProvider; +4.优化ConfigHelper,新增重载SetConfigurationFile; +5.新增ConvertToDateTimeOffset、ConvertToDateTime扩展方法;重载ChangeType扩展方法; +6.新增AddIf、UseIf扩展方法; +7.新增Contains、NotContais、NotContainsIgnoreCase扩展方法; +8.优化Expression扩展方法ToObject;新增ToOrderedQueryable扩展方法; +9.新增字符串Equals、NotEquals扩展方法; +10.ZipHelper新增BZip2压缩、解压缩方法;新增FastZip、TarGz压缩和解压缩; +11.ExcelHeaderCell新增BackgroundColor属性; +12.优化JwtTokenHelper,新增CanReadToken; + 1.1.6 + 1.1.6 true Apache-2.0 utils.png