From bbeece5fbc257603a3410df9a01610d6d4594760 Mon Sep 17 00:00:00 2001
From: zqlovejyc <943620963@qq.com>
Date: Mon, 11 Oct 2021 14:36:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.1.8=E7=89=88=E6=9C=AC?=
=?UTF-8?q?=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ZqUtils.Core/ZqUtils.Core.csproj | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/ZqUtils.Core/ZqUtils.Core.csproj b/ZqUtils.Core/ZqUtils.Core.csproj
index 092ef67..cbbd1b2 100644
--- a/ZqUtils.Core/ZqUtils.Core.csproj
+++ b/ZqUtils.Core/ZqUtils.Core.csproj
@@ -8,20 +8,26 @@
true
true
true
- 1.1.7
+ 1.1.8
Zq.Utils.Core
张强
.NET Standard2.0、.NET Standard2.1、.NET5版本工具类
Copyright © 2018-2021 , 张强 943620963@qq.com
https://github.com/zqlovejyc/ZqUtils.Core
- 1.优化JwtTokenHelper,修改CreateToken,支持自定义expires、notBefore;
-2.优化ExcelHelper支持Excel特性设置image格式;
-3.优化GetClientRemoteIpAddress,适配多个客户端地址的情况;
-4.新增IConfiguration扩展类;
-5.优化GetEnvironmentVariable,支持“Environment.GetEnvironmentVariable”的方式获取环境变量的值;
- 1.1.7
- 1.1.7
+ 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依赖引用包到最新版本;
+ 1.1.8
+ 1.1.8
true
Apache-2.0
utils.png