Skip to content

Commit

Permalink
[v8.0.0] Lib.AspNetCore.ServerSentEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Feb 5, 2022
1 parent 47abf2c commit 5270ef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Lib.AspNetCore.ServerSentEvents 8.0.0
### Additions and Changes
- Dropped support for ASP.NET Core 2.1.0 (the lowest supported version is now ASP.NET Core 3.1.0)
- Added support for ASP.NET Core 6

## Lib.AspNetCore.ServerSentEvents 7.0.0
### Additions and Changes
- Added support for disconnecting clients. You can read more here: [Server-Sent Events and ASP.NET Core - Disconnecting a Client](https://www.tpeczek.com/2021/11/server-sent-events-and-aspnet-core.html)
Expand All @@ -7,7 +12,7 @@
## 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
- Added support for ASP.NET Core 5

## Lib.AspNetCore.ServerSentEvents 5.1.0
### Additions and Changes
Expand Down
4 changes: 2 additions & 2 deletions DocFx.AspNetCore.ServerSentEvents/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"dest": "api",
"properties": {
"TargetFramework": "net5.0"
"TargetFramework": "net6.0"
}
}
],
Expand Down Expand Up @@ -43,7 +43,7 @@
"dest": "wwwroot",
"globalMetadata": {
"_appTitle": "Lib.AspNetCore.ServerSentEvents",
"_appFooter": "Copyright © 2017 - 2021 Tomasz Pęczek",
"_appFooter": "Copyright © 2017 - 2022 Tomasz Pęczek",
"_appLogoPath": "resources/svg/logo.svg",
"_appFaviconPath": "resources/ico/favicon.ico",
"_disableBreadcrumb": true,
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 - 2022 Tomasz Pęczek</Copyright>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionPrefix>8.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net461</TargetFrameworks>
Expand Down

0 comments on commit 5270ef3

Please sign in to comment.