Release Candidate Guide

Learn how to start testing the Release Candidate for the latest version of Umbraco CMS, and find information about new and updated documentation.

The RC can be used to test your website and projects against the next major version of Umbraco CMS.

This article contains all the resources needed for you to start testing.

circle-info

This document will be updated and expanded as more and more documentation are added throughout the release candidate phase.

Test the Release Candidate

Ensure you meet the prerequisites and move on to the installation steps outlined below.

Prerequisites

Install the Release Candidate

The release candidate is available on NuGetarrow-up-right.

  1. Install the Umbraco dotnet template for the Release Candidate.

dotnet new install Umbraco.Templates::17.0.0-beta
  1. Create a new Umbraco project.

  1. Navigate to the newly created folder.

  1. Build and run the project.

This will boot the project, and write the log to the console. The website is now running on your local machine and will be available on the ports written in the console.

circle-info

Alternatively, you can install and run the Umbraco project using your favorite IDE (Integrated Development Environment).

What to focus on when testing

Read the Release Candidate blog postarrow-up-right to learn more about notable features and changes added to the upcoming version.

The blog post will mention if there are any specific features or workflows that the Umbraco HQ team needs feedback on.

New and updated documentation

Here is a list of all the new or updated articles in this version.

Removed articles

  • Editor Model Notifications

  • Content Dashboard Settings

Updated articles

Last updated

Was this helpful?