Skip to content

Commit 5270ef3

Browse files
committed
[v8.0.0] Lib.AspNetCore.ServerSentEvents
1 parent 47abf2c commit 5270ef3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Lib.AspNetCore.ServerSentEvents 8.0.0
2+
### Additions and Changes
3+
- Dropped support for ASP.NET Core 2.1.0 (the lowest supported version is now ASP.NET Core 3.1.0)
4+
- Added support for ASP.NET Core 6
5+
16
## Lib.AspNetCore.ServerSentEvents 7.0.0
27
### Additions and Changes
38
- 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)
@@ -7,7 +12,7 @@
712
## Lib.AspNetCore.ServerSentEvents 6.0.0
813
### Additions and Changes
914
- Changed support for ASP.NET Core 3.0.0 to ASP.NET Core 3.1.0
10-
- Added support for ASP.NET Core in .NET 5
15+
- Added support for ASP.NET Core 5
1116

1217
## Lib.AspNetCore.ServerSentEvents 5.1.0
1318
### Additions and Changes

DocFx.AspNetCore.ServerSentEvents/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"dest": "api",
1414
"properties": {
15-
"TargetFramework": "net5.0"
15+
"TargetFramework": "net6.0"
1616
}
1717
}
1818
],
@@ -43,7 +43,7 @@
4343
"dest": "wwwroot",
4444
"globalMetadata": {
4545
"_appTitle": "Lib.AspNetCore.ServerSentEvents",
46-
"_appFooter": "Copyright © 2017 - 2021 Tomasz Pęczek",
46+
"_appFooter": "Copyright © 2017 - 2022 Tomasz Pęczek",
4747
"_appLogoPath": "resources/svg/logo.svg",
4848
"_appFaviconPath": "resources/ico/favicon.ico",
4949
"_disableBreadcrumb": true,

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 - 2022 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>7.0.0</VersionPrefix>
5+
<VersionPrefix>8.0.0</VersionPrefix>
66
<VersionSuffix></VersionSuffix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)