Skip to content

Commit

Permalink
[v4.0.0] Lib.AspNetCore.ServerTiming
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Nov 24, 2020
1 parent c24f534 commit 4f51f23
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.ServerTiming 4.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.ServerTiming 3.2.0
### Additions and Changes
- Added support for delivering metrics through HTTP trailers when available. To check if HTTP trailers delivery is possible for current request one can check `IServerTiming.DeliveryMode` property.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Lib.AspNetCore.ServerTiming is a library which provides Server Timing API support for ASP.NET Core.</Description>
<Copyright>Copyright © 2017 - 2020 Tomasz Pęczek</Copyright>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>4.0.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net461</TargetFrameworks>
<AssemblyTitle>Lib.AspNetCore.ServerTiming</AssemblyTitle>
Expand Down

0 comments on commit 4f51f23

Please sign in to comment.