Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 10/umbraco-forms/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ To install the Umbraco Forms package (**Umbraco.Forms**), follow these steps:
```
dotnet run
```

{% hint style="info" %}
**Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 10, you should use Umbraco.Forms version 10.5.7 or a compatible version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some minor changes, to simplify the wording a bit.

Suggested change
**Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 10, you should use Umbraco.Forms version 10.5.7 or a compatible version.
Ensure that the version of Umbraco Forms is compatible with the Umbraco CMS version of your project.
Example: If you are using Umbraco 10, you should the latest version of Umbraco Forms 10.

{% endhint %}

## Start Building Forms

Expand Down
4 changes: 4 additions & 0 deletions 13/umbraco-forms/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ dotnet add package Umbraco.Forms
```
dotnet run
```

{% hint style="info" %}
**Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 13, you should use Umbraco.Forms version 13.4.0 or a compatible version.
{% endhint %}

## Start Building Forms

Expand Down
4 changes: 4 additions & 0 deletions 14/umbraco-forms/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ To install the Umbraco Forms package (**Umbraco.Forms**), follow these steps:
```cs
dotnet run
```

{% hint style="info" %}
**Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 14, you should use Umbraco.Forms version 14.2.3 or a compatible version.
{% endhint %}

## Start Building Forms

Expand Down
4 changes: 4 additions & 0 deletions 15/umbraco-forms/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ To install the Umbraco Forms package (**Umbraco.Forms**), follow these steps:
```cs
dotnet run
```

{% hint style="info" %}
**Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 15, you should use Umbraco.Forms version 15.1.0 or a compatible version.
{% endhint %}

## Start Building Forms

Expand Down
Loading