Skip to content

Commit 0b94dc1

Browse files
committed
[v4.1.0] Lib.AspNetCore.ServerSentEvents
1 parent ad2a64f commit 0b94dc1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Lib.AspNetCore.ServerSentEvents 4.1.0
2+
### Additions and Changes
3+
- Added a collection of key/value pairs to store additional information for clients (thank you @sebastiano1972)
4+
15
## Lib.AspNetCore.ServerSentEvents 4.0.0
26
### Additions and Changes
37
- Dropped support for obsolete APIs

Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
44
<Copyright>Copyright © 2017 - 2020 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>4.0.0</VersionPrefix>
5+
<VersionPrefix>4.1.0</VersionPrefix>
66
<VersionSuffix></VersionSuffix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)