Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
dncsvr committed Sep 26, 2024
1 parent 08c7ab2 commit 41e1cf9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/release-notes/v0-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

### Library Upgrades

| Package | Old Version | New Version |
| ----------------------------------------- | ----------- | ----------- |
| NHibernate.Extensions.Sqlite | 8.0.12 | 8.0.13 |
| Swashbuckle.AspNetCore | 6.7.3 | 6.8.0 |
| Swashbuckle.AspNetCore.Annotations | 6.7.3 | 6.8.0 |
| Package | Old Version | New Version |
| --- | --- | --- |
| NHibernate.Extensions.Sqlite | 8.0.12 | 8.0.13 |
| Swashbuckle.AspNetCore | 6.7.3 | 6.8.0 |
| Swashbuckle.AspNetCore.Annotations | 6.7.3 | 6.8.0 |

## v0.11.1

Expand Down Expand Up @@ -48,7 +48,7 @@
### Library Upgrades

| Package | Old Version | New Version |
| ----------------------------------------- | ----------- | ----------- |
| --- | --- | --- |
| BenchmarkDotNet | 0.13.12 | 0.14.0 |
| Microsoft.AspNetCore.Authorization | 8.0.7 | 8.0.8 |
| Microsoft.Extensions.TimeProvider.Testing | 8.8.0 | 8.9.1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ string ParameterLookup(ParameterModel parameter, bool useForm, bool useRequestCl
() => $"@{parameter.Name}"
)
)})";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ public string GetRoute()

return routeParts.Join('/');
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ILogger<AuthenticationSamples> _logger

return _getClaims().Identity?.AuthenticationType;
}
}
}

0 comments on commit 41e1cf9

Please sign in to comment.