Skip to content

Commit

Permalink
Merge pull request #1694 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Redis v2.5.4 升级 StackExchange.Redis 到最新版本 #1693 @kistliu
  • Loading branch information
JeffreySu authored Apr 10, 2019
2 parents aaad96b + 97b621e commit 81e6a24
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net45;net461;netstandard2.0</TargetFrameworks>
<Version>2.5.3</Version>
<Version>2.5.4-preview1</Version>
<AssemblyName>Senparc.Weixin.Cache.Redis</AssemblyName>
<RootNamespace>Senparc.Weixin.Cache.Redis</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -80,6 +80,8 @@
v2.4.0 支持最新基础库,使用 .NETStandard2.0 统一支持 .NET Core,放弃对 .NET Core 1.x 的单独适配
v2.5.0 支持 .net 4.6.1
v2.5.3 添加 RedisHashSetContainerCacheStrategy,优化 HashSet 格式储存 Container 信息
v2.5.4 升级 StackExchange.Redis 到最新版本

</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
Expand Down Expand Up @@ -141,10 +143,10 @@
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<PackageReference Include="StackExchange.Redis" Version="2.0.519" />
<PackageReference Include="StackExchange.Redis" Version="2.0.600" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="StackExchange.Redis" Version="2.0.519" />
<PackageReference Include="StackExchange.Redis" Version="2.0.600" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit 81e6a24

Please sign in to comment.