Skip to content

Commit

Permalink
[v5.1.0] Lib.AspNetCore.ServerTiming
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Nov 14, 2022
1 parent 55c1ca7 commit d31c71b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Lib.AspNetCore.ServerTiming 5.1.0
### Additions and Changes
- Removed upper bounds on dependencies for .NET 6 TFM so it can be used with .NET 7 without resolution issues.
- Added testing against .NET 7.

## Lib.AspNetCore.ServerTiming 5.0.1
### Bug Fixes
- Fix incorrect dependency version.
- Fixed incorrect dependency version.

## Lib.AspNetCore.ServerTiming 5.0.0
### Additions and Changes
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>5.0.1</VersionPrefix>
<VersionPrefix>5.1.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 d31c71b

Please sign in to comment.