Skip to content

Commit

Permalink
Update ingest-dotnet.md
Browse files Browse the repository at this point in the history
Fix broken link and update to latest release
  • Loading branch information
blueelvis authored Dec 23, 2024
1 parent 0b4b1a1 commit b1a305b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/clients/ingest-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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/).
Expand Down

0 comments on commit b1a305b

Please sign in to comment.