Skip to content

Commit

Permalink
[v1.3.0] Lib.AspNetCore.ServerSentEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Apr 16, 2018
1 parent e08be52 commit 511858a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Lib.AspNetCore.ServerSentEvents 1.3.0
### Additions and Changes
- General performance improvements.

## Lib.AspNetCore.ServerSentEvents 1.2.0
### Additions and Changes
- SendEventAsync performance improvements.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
<Copyright>Copyright © 2017 Tomasz Pęczek</Copyright>
<VersionPrefix>1.2.0</VersionPrefix>
<Copyright>Copyright © 2017 - 2018 Tomasz Pęczek</Copyright>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyTitle>Lib.AspNetCore.ServerSentEvents</AssemblyTitle>
Expand Down

0 comments on commit 511858a

Please sign in to comment.