Skip to content

Commit 9079c28

Browse files
prepare to release 5.0.4
1 parent 87e6169 commit 9079c28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Below is a summary of the the main features/bug fixes in the most recent release
66

77
## Session State Provider Release Notes
88

9+
### v5.0.4
10+
11+
Remove empty catch swallowing serialization errors.
12+
913
### v5.0.3
1014

1115
This version fixes a bug in v5.0.2 where the null check during deserialization was not sufficient. We added a try-catch back to the method.

src/RedisSessionStateProvider/RedisSessionStateProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SignAssembly Condition=" '$(EnableCodeSigning)' == 'true' ">true</SignAssembly>
99
<DelaySign Condition=" '$(EnableCodeSigning)' == 'true' ">true</DelaySign>
1010
<AssemblyOriginatorKeyFile Condition=" '$(EnableCodeSigning)' == 'true' ">dummy.snk</AssemblyOriginatorKeyFile>
11-
<VersionPrefix>5.0.3</VersionPrefix>
11+
<VersionPrefix>5.0.4</VersionPrefix>
1212
<authors>Microsoft</authors>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<Description>Custom session state provider for redis cache.</Description>

0 commit comments

Comments
 (0)