Skip to content

Commit

Permalink
[v6.0.0] Lib.AspNetCore.ServerSentEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Nov 17, 2020
1 parent bd13203 commit c08bda4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Lib.AspNetCore.ServerSentEvents 6.0.0
### Additions and Changes
- Changed support for ASP.NET Core 3.0.0 to ASP.NET Core 3.1.0
- Added support for ASP.NET Core in .NET 5

## Lib.AspNetCore.ServerSentEvents 5.1.0
### Additions and Changes
- Exposed way to provide ReconnectInterval through ServerSentEventsServiceOptions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
<Copyright>Copyright © 2017 - 2020 Tomasz Pęczek</Copyright>
<VersionPrefix>5.1.0</VersionPrefix>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net461</TargetFrameworks>
Expand Down

0 comments on commit c08bda4

Please sign in to comment.