You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-engage/upgrading/upgrade-umbraco-engage.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
This article shows how to upgrade Umbraco Engage to the latest version.
4
4
5
-
When upgrading Umbraco Engage, be sure to consult the [version specific upgrade](version-specific-upgrade-notes.md) notes to learn about potential breaking changes and common pitfalls.
5
+
When upgrading Umbraco Engage, you can consult the [version specific upgrade](version-specific-upgrade-notes.md) notes to learn about potential breaking changes and common pitfalls.
6
6
7
7
{% hint style="warning" %}
8
-
Before upgrading, it is recommended to backup your site and database.
8
+
Before you upgrade, it is recommended that your site and database be backed up.
9
9
{% endhint %}
10
10
11
11
## Get the latest version of Umbraco Engage
@@ -23,7 +23,7 @@ To upgrade to the latest version of Umbraco Engage you can use:
23
23
24
24
### Visual Studio
25
25
26
-
1. Go to `Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution...` in Visual Studio to upgrade Umbraco Engage.
26
+
1. Go to `Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution...` in Visual Studio.
27
27
2. Select **Umbraco.Engage**.
28
28
3. Select the latest version from the Version drop-down and click **Install**.
29
29
@@ -39,11 +39,11 @@ If you are using one or more of the below sub-packages, they also need to be upg
39
39
40
40
| Sub-package | Description |
41
41
| -- | -- |
42
-
| Umbraco.Engage.Core | Core UI Builder functionality that doesn't require any infrastructure-specific dependencies. |
42
+
| Umbraco.Engage.Core | Core Engage functionality that doesn't require any infrastructure-specific dependencies. |
0 commit comments