Skip to content

Commit 175bd96

Browse files
committed
Added a Note and shortened long sentence
1 parent af910d4 commit 175bd96

File tree

1 file changed

+6
-2
lines changed
  • 15/umbraco-cms/fundamentals/setup/upgrading

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Use the table below to determine which .NET version to upgrade to when going thr
6767

6868
### Upgrade your project using Visual Studio
6969

70+
{% hint style="info" %}
71+
If you are upgrading a Cloud project locally from version 14 to 15, remove the `Umbraco.Cloud.Cms.PublicAccess` and `Umbraco.Cloud.Identity.Cms` packages. For more details, see [Step 3: Upgrade the project locally using Visual Studio](https://docs.umbraco.com/umbraco-cloud/product-upgrades/major-upgrades#step-3-upgrade-the-project-locally-using-visual-studio) in the Umbraco Cloud Documentation.
72+
{% endhint %}
73+
7074
It's recommended that you upgrade the site offline and test the upgrade fully before deploying it to the production environment.
7175

7276
1. Stop your site in IIS to prevent any changes from being made while you are upgrading.
@@ -75,14 +79,14 @@ It's recommended that you upgrade the site offline and test the upgrade fully be
7579
4. Select the **.NET** version from the **Target Framework** drop-down.
7680
5. Go to **Tools** > **NuGet Package Manager** > **Manage NuGet Packages for Solution...**
7781
6. Go to the **Installed** tab in the NuGet Package manager.
78-
7. Upgrade **Umbraco.Cms**.
82+
7. Upgrade **Umbraco.Cms**.
7983

8084
a. Select the correct version from the **Version** drop-down.
8185

8286
b. Click **Install** to upgrade your project.
8387

8488
{% hint style="info" %}
85-
If you have other packages installed such as Umbraco Forms, then before upgrading **Umbraco.CMS** you will need to upgrade the packages first. Consult the [version specific upgrade notes for Umbraco Forms](https://docs.umbraco.com/umbraco-forms/upgrading/version-specific) if relevant.
89+
If you have other packages like Umbraco Forms installed, upgrade them before upgrading **Umbraco.CMS**. Consult the [version specific upgrade notes for Umbraco Forms](https://docs.umbraco.com/umbraco-forms/upgrading/version-specific) if relevant.
8690
{% endhint %}
8791

8892
8. Make sure that your connection string has `TrustServerCertificate=True` in order to complete the upgrade successfully:

0 commit comments

Comments
 (0)