Skip to content

Commit 6261452

Browse files
committed
Install additional settings updated to be version specific
1 parent b3b45f6 commit 6261452

File tree

8 files changed

+11
-5
lines changed

8 files changed

+11
-5
lines changed
33.5 KB
Loading

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/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

37.1 KB
Loading

16/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

16/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\_V16.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)