Skip to content

Commit

Permalink
v4.3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yswenli committed Mar 27, 2019
1 parent e48f4e2 commit cfd9c80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SAEA.WebRedisManager/SAEA.WebRedisManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SAEA.MVC" Version="4.3.2.5" />
<PackageReference Include="SAEA.RedisSocket" Version="4.3.2.12" />
<PackageReference Include="SAEA.RedisSocket" Version="4.3.2.15" />
</ItemGroup>
<ItemGroup>
<None Update="wwwroot\Console.html">
Expand Down
2 changes: 1 addition & 1 deletion SAEA.WebRedisManager/wwwroot/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a href="https://github.com/yswenli/WebRedisManager/releases" target="_blank" style="font-size: 35px;color: #c5c5c5;display: inline-block;margin-top: 8px;">
<img src="/Content/img/6139455.png" style="width:30px;border-radius: 15px;border:solid 1px;" />&nbsp;WebRedisManager
<span style="font-size:15px;">
v4.1.2.5
v4.3.2.5
</span>
</a>
<ul class="layui-nav">
Expand Down
4 changes: 2 additions & 2 deletions SAEA.WebRedisManagerForNet/SAEA.WebRedisManagerForNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<Reference Include="SAEA.MVC, Version=4.3.2.5, Culture=neutral, PublicKeyToken=01a82380791791ab, processorArchitecture=MSIL">
<HintPath>..\packages\SAEA.MVC.4.3.2.5\lib\netstandard2.0\SAEA.MVC.dll</HintPath>
</Reference>
<Reference Include="SAEA.RedisSocket, Version=4.3.2.12, Culture=neutral, PublicKeyToken=01a82380791791ab, processorArchitecture=MSIL">
<HintPath>..\packages\SAEA.RedisSocket.4.3.2.12\lib\netstandard2.0\SAEA.RedisSocket.dll</HintPath>
<Reference Include="SAEA.RedisSocket, Version=4.3.2.15, Culture=neutral, PublicKeyToken=01a82380791791ab, processorArchitecture=MSIL">
<HintPath>..\packages\SAEA.RedisSocket.4.3.2.15\lib\netstandard2.0\SAEA.RedisSocket.dll</HintPath>
</Reference>
<Reference Include="SAEA.Sockets, Version=4.3.2.5, Culture=neutral, PublicKeyToken=01a82380791791ab, processorArchitecture=MSIL">
<HintPath>..\packages\SAEA.Sockets.4.3.2.5\lib\netstandard2.0\SAEA.Sockets.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SAEA.WebRedisManagerForNet/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="SAEA.Common" version="4.3.2.5" targetFramework="net462" />
<package id="SAEA.Http" version="4.3.2.5" targetFramework="net462" />
<package id="SAEA.MVC" version="4.3.2.5" targetFramework="net462" />
<package id="SAEA.RedisSocket" version="4.3.2.12" targetFramework="net462" />
<package id="SAEA.RedisSocket" version="4.3.2.15" targetFramework="net462" />
<package id="SAEA.Sockets" version="4.3.2.5" targetFramework="net462" />
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
<package id="System.Memory" version="4.5.2" targetFramework="net462" />
Expand Down

0 comments on commit cfd9c80

Please sign in to comment.