From b1a305b45547dda0c464791672d2c6694e3e865f Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 24 Dec 2024 01:30:10 +0530 Subject: [PATCH] Update ingest-dotnet.md Fix broken link and update to latest release --- documentation/clients/ingest-dotnet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/clients/ingest-dotnet.md b/documentation/clients/ingest-dotnet.md index 066ebd00..1dbe129d 100644 --- a/documentation/clients/ingest-dotnet.md +++ b/documentation/clients/ingest-dotnet.md @@ -36,8 +36,8 @@ perform basic insert operations. ## Client installation The latest version of the library is -[2.0.0](https://www.nuget.org/packages/net-questdb-client/) -([changelog](https://github.com/questdb/net-questdb-client/releases/tag/v2.0.0)) +[2.1.0](https://www.nuget.org/packages/net-questdb-client/) +([changelog](https://github.com/questdb/net-questdb-client/releases/tag/2.1.0)) The NuGet package can be installed using the dotnet CLI: @@ -583,7 +583,7 @@ and column auto-creation. Dive deeper into the .NET client capabilities by exploring more examples provided in the -[GitHub repository](https://github.com/questdb/dotnet-questdb-client). +[GitHub repository](https://github.com/questdb/net-questdb-client). To learn _The Way_ of QuestDB SQL, see the [Query & SQL Overview](/docs/reference/sql/overview/).