Skip to content

Commit 32d9aea

Browse files
authored
Add informational version to assembly info diagnostic entry
DuendeSoftware/products#2075
1 parent c34d3a5 commit 32d9aea

File tree

1 file changed

+2
-0
lines changed
  • src/content/docs/identityserver/diagnostics

1 file changed

+2
-0
lines changed

src/content/docs/identityserver/diagnostics/data.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The diagnostics data contains the following information:
3131

3232
* Assembly information for [IdentityServer-related assemblies](https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Licensing/V2/Diagnostics/DiagnosticEntries/AssemblyInfoDiagnosticEntry.cs#L17)
3333
* .NET runtime version
34+
* IdentityServer version
3435
* Assembly name and version
3536
* Registered authentication schemes (does not include [dynamic providers](/identityserver/ui/login/dynamicproviders.md))
3637
* Name of the scheme and authentication handler type
@@ -361,6 +362,7 @@ Diagnostics data is written to logs in one or more chunks containing data format
361362
{
362363
"AssemblyInfo":{
363364
"DotnetVersion":".NET 9.0.6",
365+
"IdentityServerVersion":"7.3",
364366
"Assemblies":[
365367
{
366368
"Name":"Duende.IdentityModel",

0 commit comments

Comments
 (0)