-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,27 +8,20 @@ | |
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.1.6</Version> | ||
<Version>1.1.7</Version> | ||
<PackageId>Zq.Utils.Core</PackageId> | ||
<Authors>张强</Authors> | ||
<Description>.NET Standard2.0、.NET Standard2.1、.NET5版本工具类</Description> | ||
<Copyright>Copyright © 2018-2021 , 张强 [email protected]</Copyright> | ||
<PackageLicenseUrl></PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/ZqUtils.Core</PackageProjectUrl> | ||
<PackageReleaseNotes>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;</PackageReleaseNotes> | ||
<AssemblyVersion>1.1.6</AssemblyVersion> | ||
<FileVersion>1.1.6</FileVersion> | ||
<PackageReleaseNotes>1.优化JwtTokenHelper,修改CreateToken,支持自定义expires、notBefore; | ||
2.优化ExcelHelper支持Excel特性设置image格式; | ||
3.优化GetClientRemoteIpAddress,适配多个客户端地址的情况; | ||
4.新增IConfiguration扩展类; | ||
5.优化GetEnvironmentVariable,支持“Environment.GetEnvironmentVariable”的方式获取环境变量的值;</PackageReleaseNotes> | ||
<AssemblyVersion>1.1.7</AssemblyVersion> | ||
<FileVersion>1.1.7</FileVersion> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageIcon>utils.png</PackageIcon> | ||
|
@@ -74,7 +67,7 @@ | |
<PackageReference Include="Dapper" Version="2.0.90" /> | ||
<PackageReference Include="DeepCloner" Version="0.10.2" /> | ||
<PackageReference Include="DnsClient" Version="1.5.0" /> | ||
<PackageReference Include="EPPlus" Version="5.7.3" /> | ||
<PackageReference Include="EPPlus" Version="5.7.4" /> | ||
<PackageReference Include="FreeRedis" Version="0.3.5" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> | ||
|