From 4e471ebe280730a8e12bbefb7ae32c52c1643413 Mon Sep 17 00:00:00 2001 From: Evgeniy Peshkov Date: Mon, 10 Feb 2025 12:40:17 +0000 Subject: [PATCH] Fix the links to nuget package --- docs/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index 4730c5d4..2d6caa2b 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -6,7 +6,7 @@ We're going to assume that you already have existing C# or VB code that uses [`D Dapper.AOT offers two new tools: - [`Dapper.Advisor`](https://www.nuget.org/packages/Dapper.Advisor) which offers guidance on your Dapper usage (but does not change how anything works); this works with VB and C# -- [`Dapper.AOT`](https://www.nuget.org/packages/Dapper.Advisor) which includes everything from `Dapper.Advisor` but which also includes build-time code-generation +- [`Dapper.AOT`](https://www.nuget.org/packages/Dapper.AOT) which includes everything from `Dapper.Advisor` but which also includes build-time code-generation and some runtime library code that allows your Dapper code to work in an AOT (see below) way; this works with C# only ## What is AOT? @@ -182,4 +182,4 @@ similar configuration is available via new `Dapper.AOT` markers. Please ask if y **PLEASE TEST YOUR CODE CAREFULLY** -If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose) \ No newline at end of file +If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose)