Upgrading Umbraco UI Builder
Learn how to manually upgrade Umbraco UI Builder to the latest version.
Last updated
Was this helpful?
Learn how to manually upgrade Umbraco UI Builder to the latest version.
Last updated
Was this helpful?
This article explains how to manually upgrade Umbraco UI Builder to the latest version. Before upgrading Umbraco UI Builder, see the for potential breaking changes and common pitfalls.
Before upgrading, take a complete backup of your site and database.
To get the latest version of Umbraco UI Builder, you can upgrade using either of the two options:
To install the latest version via NuGet:
To specify a package version:
After adding the package reference, restore dependencies:
Open Visual Studio.
Navigate to Tools
-> NuGet Package Manager
-> Manage NuGet Packages for Solution...
.
Select Umbraco.UIBuilder.
Choose the latest version from the drop-down and click Install.
After installation, verify the update in your .csproj file:
If you are using any of the following sub-packages, upgrade them as well:
Umbraco.UIBuilder.Core
Core functionality without infrastructure dependencies
Umbraco.UIBuilder.Infrastructure
Infrastructure-specific implementations
Umbraco.UIBuilder.Web
Core logic requiring a web context
Umbraco.UIBuilder.Web.StaticAssets
Static assets for the presentation layer
Umbraco.UIBuilder.Startup
Registers UI Builder with Umbraco
Umbraco.UIBuilder
The main UI Builder package