Skip to content

Commit 511858a

Browse files
committed
[v1.3.0] Lib.AspNetCore.ServerSentEvents
1 parent e08be52 commit 511858a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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 1.3.0
2+
### Additions and Changes
3+
- General performance improvements.
4+
15
## Lib.AspNetCore.ServerSentEvents 1.2.0
26
### Additions and Changes
37
- SendEventAsync performance improvements.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
4-
<Copyright>Copyright © 2017 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>1.2.0</VersionPrefix>
4+
<Copyright>Copyright © 2017 - 2018 Tomasz Pęczek</Copyright>
5+
<VersionPrefix>1.3.0</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
88
<AssemblyTitle>Lib.AspNetCore.ServerSentEvents</AssemblyTitle>

0 commit comments

Comments
 (0)