-
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
14 additions
and
8 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,20 +8,26 @@ | |
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.1.7</Version> | ||
<Version>1.1.8</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.优化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> | ||
<PackageReleaseNotes>1.新增SerializeToUtf8Bytes、DeserializeUtf8Bytes扩展方法; | ||
2.新增NATS工具类NatsHelper; | ||
3.优化To扩展方法; | ||
4.优化RedisHelper,支持Redis连接池,重命名GetConnectionRedisMultiplexer -> GetConnection,重载构造函数,新增KeyTtl方法; | ||
5.优化AddStackExchangeRedis,支持连接池使用配置; | ||
6.新增UseRedisInformation、AddDistributedLock、DefaultIfNullOrEmpty、AddNats 扩展方法; | ||
7.重命名扩展Default -> DefaultIfNull; | ||
8.重载RabbitMq发布消息和订阅消息方法; | ||
9.优化ConfigHelper,重载SetConfiguration; | ||
10.优化CacheHelper,重载Set方法; | ||
11.升级nuget依赖引用包到最新版本;</PackageReleaseNotes> | ||
<AssemblyVersion>1.1.8</AssemblyVersion> | ||
<FileVersion>1.1.8</FileVersion> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageIcon>utils.png</PackageIcon> | ||
|