We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109ef4a commit 6c9b532Copy full SHA for 6c9b532
2 files changed
docs/ReleaseNotes.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## 2.1.38
+## 2.1.39
4
5
- fix: mutex around connection was not "fair"; in specific scenario could lead to out-of-order commands (#1440)
6
- fix: update libs (#1432)
toys/KestrelRedisServer/KestrelRedisServer.csproj
@@ -7,7 +7,7 @@
7
8
<ItemGroup>
9
<PackageReference Include="Microsoft.AspNetCore.App" />
10
- <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.2.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.1.3" />
11
<ProjectReference Include="..\StackExchange.Redis.Server\StackExchange.Redis.Server.csproj" />
12
</ItemGroup>
13
0 commit comments