From 4242bcc0c7429ce6ed712068febbb3403448aeba Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 19 Nov 2025 14:51:54 +0100 Subject: [PATCH] Update README: .NET 10 badge Updated the README.md to replace the .NET 9 badge with a .NET 10 badge, reflecting compatibility with the newer version. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 84e93d5..bb355de 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # SQL Database Vector Search Sample -[![.NET 9](https://img.shields.io/badge/.NET-9-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) +[![.NET 10](https://img.shields.io/badge/.NET-10-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) [![Minimal API](https://img.shields.io/badge/Minimal%20API-Available-green)](https://dotnet.microsoft.com/apps/aspnet/apis) [![Blazor](https://img.shields.io/badge/Blazor-WebApp-purple)](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) A Blazor Web App and Minimal API for performing RAG (Retrieval Augmented Generation) and vector search using the native VECTOR type in Azure SQL Database and Azure OpenAI. - ## Table of Contents - [Overview](#overview) - [Screenshots](#screenshots)