Skip to content

Commit d730b1f

Browse files
committed
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.
1 parent 13c08c1 commit d730b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
### Implementation Guidelines
6060

6161
- Write code that is secure by default. Avoid exposing potentially private or sensitive data.
62-
- 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.
62+
- 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.
6363

6464
## Documentation
6565

SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.4" />
3030
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.2.2" />
3131
<PackageReference Include="PdfPig" Version="0.1.11" />
32-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.4" />
32+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.5" />
3333
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.6" />
3434
</ItemGroup>
3535

0 commit comments

Comments
 (0)