You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SharedKernel/SharedKernel.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@
21
21
<PackageIcon>pandatech.png</PackageIcon>
22
22
<PackageReadmeFile>README.md</PackageReadmeFile>
23
23
24
-
<Version>2.2.3</Version>
25
-
<PackageReleaseNotes>Cors now will start to expose Content-Disposition header</PackageReleaseNotes>
24
+
<Version>2.2.4</Version>
25
+
<PackageReleaseNotes>Log HTTP out and SignalR hub invocation failures (timeout, connection errors, exceptions) that were previously silently lost</PackageReleaseNotes>
0 commit comments