From d730b1f760dbb9d2046fe2a245a2e3a99cb93e00 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Tue, 30 Sep 2025 10:49:49 +0200 Subject: [PATCH] Update Swashbuckle.AspNetCore.SwaggerUI to v9.0.5 Upgraded the `Swashbuckle.AspNetCore.SwaggerUI` package in the `SqlDatabaseVectorSearch.csproj` file from version 9.0.4 to 9.0.5. This update may include bug fixes, new features, or other improvements provided in the latest version. --- .github/copilot-instructions.md | 2 +- SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d2dd124..8f138fa 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -59,7 +59,7 @@ ### Implementation Guidelines - Write code that is secure by default. Avoid exposing potentially private or sensitive data. -- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible. with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception. +- Make code NativeAOT compatible when possible. This means avoiding dynamic code generation, reflection, and other features that are not compatible with NativeAOT. If not possible, mark the code with an appropriate annotation or throw an exception. ## Documentation diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index 70fc8eb..169db82 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -29,7 +29,7 @@ - +