diff --git a/10/umbraco-cms/fundamentals/setup/install/README.md b/10/umbraco-cms/fundamentals/setup/install/README.md index 8707cd2a265..a1c86aa7523 100644 --- a/10/umbraco-cms/fundamentals/setup/install/README.md +++ b/10/umbraco-cms/fundamentals/setup/install/README.md @@ -12,7 +12,17 @@ The fastest way to get the latest version of Umbraco up and running is using the 2. Install the Umbraco templates: ```bash -dotnet new install Umbraco.Templates::10.xx +dotnet new install Umbraco.Templates::10.* +``` + +{% hint style="info" %} + +Replace `10.*` with the specific version you want to install. + +Example: + +```bash +dotnet new install Umbraco.Templates::10.8.10 ``` 3. Create a new project: diff --git a/10/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md b/10/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md index c5ade65bedc..225cd01993f 100644 --- a/10/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md +++ b/10/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md @@ -12,7 +12,7 @@ Video tutorial 1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download). 2. Run `dotnet new install Umbraco.Templates` to install the project templates.\ - &#xNAN;_The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. + _The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. > Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`: diff --git a/14/umbraco-cms/.gitbook/assets/Additional_Info_V14.png b/14/umbraco-cms/.gitbook/assets/Additional_Info_V14.png new file mode 100644 index 00000000000..f4656da8594 Binary files /dev/null and b/14/umbraco-cms/.gitbook/assets/Additional_Info_V14.png differ diff --git a/14/umbraco-cms/fundamentals/setup/install/README.md b/14/umbraco-cms/fundamentals/setup/install/README.md index b8554a78011..da16a5ef671 100644 --- a/14/umbraco-cms/fundamentals/setup/install/README.md +++ b/14/umbraco-cms/fundamentals/setup/install/README.md @@ -14,6 +14,15 @@ The fastest way to get the latest version of Umbraco up and running is using the ```bash dotnet new install Umbraco.Templates::14.* ``` +{% hint style="info" %} + +Replace `14.*` with the specific version you want to install. + +Example: + +```bash +dotnet new install Umbraco.Templates::14.3.3 +``` 3. Create a new project: diff --git a/14/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md b/14/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md index ee15a3b3713..65dc217923f 100644 --- a/14/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md +++ b/14/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md @@ -12,7 +12,7 @@ Video Tutorial 1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download). 2. Run `dotnet new install Umbraco.Templates` to install the project templates.\ - &#xNAN;_The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. + _The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. > Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`: diff --git a/14/umbraco-cms/fundamentals/setup/install/visual-studio.md b/14/umbraco-cms/fundamentals/setup/install/visual-studio.md index fee530a8797..611c12e987c 100644 --- a/14/umbraco-cms/fundamentals/setup/install/visual-studio.md +++ b/14/umbraco-cms/fundamentals/setup/install/visual-studio.md @@ -55,7 +55,7 @@ Refrain from changing the Solution name, as this will cause a namespace conflict In the next step, you are able to specify some additional parameters like the _Target framework_. The rest are optional. -![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info.jpg) +![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info\_V14.png) You can then click the _Create_ button and your Umbraco Project will be ready for you. diff --git a/15/umbraco-cms/.gitbook/assets/Additional_Info_V15.png b/15/umbraco-cms/.gitbook/assets/Additional_Info_V15.png new file mode 100644 index 00000000000..24f1f3326c7 Binary files /dev/null and b/15/umbraco-cms/.gitbook/assets/Additional_Info_V15.png differ diff --git a/15/umbraco-cms/fundamentals/setup/install/README.md b/15/umbraco-cms/fundamentals/setup/install/README.md index 9ff94910cef..39280cd8724 100644 --- a/15/umbraco-cms/fundamentals/setup/install/README.md +++ b/15/umbraco-cms/fundamentals/setup/install/README.md @@ -18,7 +18,17 @@ The fastest way to get the latest version of Umbraco up and running is by using 2. Install the Umbraco templates: ```bash -dotnet new install Umbraco.Templates +dotnet new install Umbraco.Templates::15.* +``` + +{% hint style="info" %} + +Replace `15.*` with the specific version you want to install. + +Example: + +```bash +dotnet new install Umbraco.Templates::15.4.2 ``` 3. Create a new project: diff --git a/15/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md b/15/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md index f932df25254..45654e9046c 100644 --- a/15/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md +++ b/15/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md @@ -11,7 +11,10 @@ Video Tutorial ## Install the template 1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download). -2. Run `dotnet new install Umbraco.Templates` to install the project templates. _The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. +2. Run `dotnet new install Umbraco.Templates` to install the project templates. +_The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. + +> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`: ```cli Templates Short Name Language Tags diff --git a/15/umbraco-cms/fundamentals/setup/install/visual-studio.md b/15/umbraco-cms/fundamentals/setup/install/visual-studio.md index fee530a8797..0b8b4f1053c 100644 --- a/15/umbraco-cms/fundamentals/setup/install/visual-studio.md +++ b/15/umbraco-cms/fundamentals/setup/install/visual-studio.md @@ -55,7 +55,7 @@ Refrain from changing the Solution name, as this will cause a namespace conflict In the next step, you are able to specify some additional parameters like the _Target framework_. The rest are optional. -![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info.jpg) +![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info\_V15.png) You can then click the _Create_ button and your Umbraco Project will be ready for you. diff --git a/16/umbraco-cms/.gitbook/assets/Additional_Info_V16.png b/16/umbraco-cms/.gitbook/assets/Additional_Info_V16.png new file mode 100644 index 00000000000..24f1f3326c7 Binary files /dev/null and b/16/umbraco-cms/.gitbook/assets/Additional_Info_V16.png differ diff --git a/16/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md b/16/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md index f03f80be637..91500bd724a 100644 --- a/16/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md +++ b/16/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md @@ -11,7 +11,10 @@ Video Tutorial ## Install the template 1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download). -2. Run `dotnet new install Umbraco.Templates` to install the project templates._The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. +2. Run `dotnet new install Umbraco.Templates` to install the project templates. +_The solution is packaged up into the NuGet package_ [_Umbraco.Templates_](https://www.nuget.org/packages/Umbraco.Templates) _and can be installed into the dotnet CLI_. + +> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`: ```cli Templates Short Name Language Tags diff --git a/16/umbraco-cms/fundamentals/setup/install/visual-studio.md b/16/umbraco-cms/fundamentals/setup/install/visual-studio.md index fee530a8797..1167b41751b 100644 --- a/16/umbraco-cms/fundamentals/setup/install/visual-studio.md +++ b/16/umbraco-cms/fundamentals/setup/install/visual-studio.md @@ -55,7 +55,7 @@ Refrain from changing the Solution name, as this will cause a namespace conflict In the next step, you are able to specify some additional parameters like the _Target framework_. The rest are optional. -![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info.jpg) +![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info\_V16.png) You can then click the _Create_ button and your Umbraco Project will be ready for you.