Skip to content

Commit f791da1

Browse files
authored
Merge pull request #640 from DuendeSoftware/ka-change-templates-package
Update references to Duende.Templates
2 parents d9f3c7a + db010f7 commit f791da1

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,21 @@ as a starting point for your modifications.
1919
### Templates
2020
Contains templates for the dotnet CLI.
2121

22-
* NuGet [package](https://www.nuget.org/packages/Duende.IdentityServer.Templates)
23-
* [source code](https://github.com/DuendeSoftware/IdentityServer.Templates)
22+
* NuGet [package](https://www.nuget.org/packages/Duende.Templates)
23+
* [source code](https://github.com/DuendeSoftware/products/tree/main/templates)
2424

2525
You can install the templates using the following command:
2626

2727
```
28-
dotnet new -i Duende.IdentityServer.Templates
28+
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
32-
You can find the Duende IdentityServer source code on [GitHub](https://github.com/duendesoftware/IdentityServer).
37+
You can find the Duende IdentityServer source code on [GitHub][source].
38+
39+
[source]: https://github.com/DuendeSoftware/products/tree/main/templates

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ Every quickstart has a reference solution - you can find the code in the [sample
2020
The first thing you should do is install our templates:
2121

2222
```
23-
dotnet new install Duende.IdentityServer.Templates
23+
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,14 @@ the quickstarts. To install the templates open a console window and type the
3737
following command:
3838

3939
```console
40-
dotnet new install Duende.IdentityServer.Templates
40+
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)