Skip to content

Commit db010f7

Browse files
Add notes on updating Duende templates in docs
Added instructions to uninstall previous versions of Duende templates and install the latest version. This ensures users have the most up-to-date templates for working with IdentityServer. Changes were applied to packaging, overview, and client credentials quickstart documents.
1 parent 96ccce0 commit db010f7

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

IdentityServer/v7/docs/content/overview/packaging.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ You can install the templates using the following command:
2828
dotnet new -i Duende.Templates
2929
```
3030

31+
{{% notice note %}}
32+
You may have a previous version of Duende templates (*Duende.IdentityServer.Templates*) installed on your machine.
33+
Please uninstall the template package and install the latest version.
34+
{{% /notice %}}
35+
3136
### Source Code
3237
You can find the Duende IdentityServer source code on [GitHub][source].
3338

IdentityServer/v7/docs/content/quickstarts/0_overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ The first thing you should do is install our templates:
2323
dotnet new install Duende.Templates
2424
```
2525

26+
{{% notice note %}}
27+
You may have a previous version of Duende templates (*Duende.IdentityServer.Templates*) installed on your machine.
28+
Please uninstall the template package and install the latest version.
29+
{{% /notice %}}
30+
31+
2632
They will be used as a starting point for the various tutorials.
2733

2834
{{< youtube cxYmODQHErM >}}

IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ following command:
4040
dotnet new install Duende.Templates
4141
```
4242

43+
{{% notice note %}}
44+
You may have a previous version of Duende templates (*Duende.IdentityServer.Templates*) installed on your machine.
45+
Please uninstall the template package and install the latest version.
46+
{{% /notice %}}
47+
4348
## Create the Solution and IdentityServer Project
4449

4550
In this section, you will create a directory for the solution and use the

0 commit comments

Comments
 (0)