From 75653b68e97060268e1f4ced5bbb2a0faf86dc22 Mon Sep 17 00:00:00 2001 From: Justin Lampe Date: Wed, 10 Sep 2025 11:59:02 +0200 Subject: [PATCH] Update OpenApiVersion description --- src/OpenApi/src/Services/OpenApiOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenApi/src/Services/OpenApiOptions.cs b/src/OpenApi/src/Services/OpenApiOptions.cs index 6c0936515307..e0347229baf1 100644 --- a/src/OpenApi/src/Services/OpenApiOptions.cs +++ b/src/OpenApi/src/Services/OpenApiOptions.cs @@ -33,7 +33,7 @@ public OpenApiOptions() } /// - /// The version of the OpenAPI specification to use. Defaults to . + /// The version of the OpenAPI specification to use. Defaults to . /// public OpenApiSpecVersion OpenApiVersion { get; set; } = OpenApiSpecVersion.OpenApi3_1;