Skip to content

Commit 873f1d4

Browse files
authored
Merge pull request #7241 from Lili-Rossiter/fix/install-version-updates
Some Install guide fixes/Updates
2 parents ccd9ca0 + 53d1d03 commit 873f1d4

File tree

13 files changed

+44
-9
lines changed

13 files changed

+44
-9
lines changed

10/umbraco-cms/fundamentals/setup/install/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ The fastest way to get the latest version of Umbraco up and running is using the
1212
2. Install the Umbraco templates:
1313

1414
```bash
15-
dotnet new install Umbraco.Templates::10.xx
15+
dotnet new install Umbraco.Templates::10.*
16+
```
17+
18+
{% hint style="info" %}
19+
20+
Replace `10.*` with the specific version you want to install.
21+
22+
Example:
23+
24+
```bash
25+
dotnet new install Umbraco.Templates::10.8.10
1626
```
1727

1828
3. Create a new project:

10/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Video tutorial
1212

1313
1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download).
1414
2. Run `dotnet new install Umbraco.Templates` to install the project templates.\
15-
&#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_.
15+
_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_.
1616

1717
> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`:
1818
33.5 KB
Loading

14/umbraco-cms/fundamentals/setup/install/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The fastest way to get the latest version of Umbraco up and running is using the
1414
```bash
1515
dotnet new install Umbraco.Templates::14.*
1616
```
17+
{% hint style="info" %}
18+
19+
Replace `14.*` with the specific version you want to install.
20+
21+
Example:
22+
23+
```bash
24+
dotnet new install Umbraco.Templates::14.3.3
25+
```
1726

1827
3. Create a new project:
1928

14/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Video Tutorial
1212

1313
1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download).
1414
2. Run `dotnet new install Umbraco.Templates` to install the project templates.\
15-
&#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_.
15+
_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_.
1616

1717
> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`:
1818

14/umbraco-cms/fundamentals/setup/install/visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Refrain from changing the Solution name, as this will cause a namespace conflict
5555

5656
In the next step, you are able to specify some additional parameters like the _Target framework_. The rest are optional.
5757

58-
![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info.jpg)
58+
![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info\_V14.png)
5959

6060
You can then click the _Create_ button and your Umbraco Project will be ready for you.
6161

37.1 KB
Loading

15/umbraco-cms/fundamentals/setup/install/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@ The fastest way to get the latest version of Umbraco up and running is by using
1818
2. Install the Umbraco templates:
1919

2020
```bash
21-
dotnet new install Umbraco.Templates
21+
dotnet new install Umbraco.Templates::15.*
22+
```
23+
24+
{% hint style="info" %}
25+
26+
Replace `15.*` with the specific version you want to install.
27+
28+
Example:
29+
30+
```bash
31+
dotnet new install Umbraco.Templates::15.4.2
2232
```
2333

2434
3. Create a new project:

15/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Video Tutorial
1111
## Install the template
1212

1313
1. Install the latest [.NET SDK](https://dotnet.microsoft.com/download).
14-
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_.
14+
2. Run `dotnet new install Umbraco.Templates` to install the project templates.
15+
_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_.
16+
17+
> Once that is complete, you can see that Umbraco was added to the list of available projects types by running `dotnet new --list`:
1518
1619
```cli
1720
Templates Short Name Language Tags

15/umbraco-cms/fundamentals/setup/install/visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Refrain from changing the Solution name, as this will cause a namespace conflict
5555

5656
In the next step, you are able to specify some additional parameters like the _Target framework_. The rest are optional.
5757

58-
![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info.jpg)
58+
![The Additional information dialog in Visual Studio.](../../../.gitbook/assets/Additional\_Info\_V15.png)
5959

6060
You can then click the _Create_ button and your Umbraco Project will be ready for you.
6161

0 commit comments

Comments
 (0)