Skip to content

Commit

Permalink
v3.2.1 解决 subscrible 多端断开后,只有一端能重连的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
28810 authored and 28810 committed Dec 19, 2019
1 parent 513d774 commit 66261e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CSRedisCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>CSRedisCore</AssemblyName>
<PackageId>CSRedisCore</PackageId>
<RootNamespace>CSRedisCore</RootNamespace>
<Version>3.2.0</Version>
<Version>3.2.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/2881099/csredis</PackageProjectUrl>
<Description>CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。</Description>
Expand All @@ -22,7 +22,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="SafeObjectPool" Version="2.1.6" />
<PackageReference Include="SafeObjectPool" Version="2.2.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net40'">
Expand Down

0 comments on commit 66261e6

Please sign in to comment.