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.

How to test the Release Candidate

To install the Umbraco 15 Release Candidate you need the latest .NET SDK 9.0.0.

The release candidate is available on NuGet.

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

dotnet new install Umbraco.Templates::15.0.0-rc*
  1. Create a new Umbraco project.

dotnet new umbraco -n MyCustomUmbracoProject
  1. Navigate to the newly created folder.

cd MyCustomUmbracoProject
  1. Build the project.

dotnet build
  1. Run the project.

dotnet run

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.

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

What should you focus on when testing?

Read the Release Candidate blog post 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 articles that are new to this version or have been updated.

New articles

Last updated