Skip to content

Commit

Permalink
[v4.3.0] Lib.AspNetCore.ServerTiming
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Jan 31, 2022
1 parent 14a0129 commit 9257bd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Lib.AspNetCore.ServerTiming 4.3.0
### Additions and Changes
- Added .NET 6 TFM

## Lib.AspNetCore.ServerTiming 4.2.0
### Additions and Changes
- Added helper method for easy timing of non-generic tasks execution (thanks to @Vake93)
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 - 2022 Tomasz Pęczek</Copyright>
<VersionPrefix>4.2.0</VersionPrefix>
<VersionPrefix>4.3.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net6.0;net461</TargetFrameworks>
<AssemblyTitle>Lib.AspNetCore.ServerTiming</AssemblyTitle>
Expand Down

0 comments on commit 9257bd4

Please sign in to comment.