A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.umbraco.com/umbraco-commerce/upgrading below:

Upgrading Umbraco Commerce | Umbraco Commerce

Upgrading Umbraco Commerce | Umbraco Commerce
  1. Upgrading
Upgrading Umbraco Commerce

This article shows how to manually upgrade Umbraco Commerce to run the latest version. When upgrading Umbraco Commerce, be sure to also consult the version specific upgrade notes to learn about potential breaking changes and common pitfalls.

Before upgrading, it is always advisable to take a complete backup of your site and database.

Get the latest version of Umbraco Commerce

To get the latest version of Umbraco Commerce you can upgrade using:

  1. Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution... in Visual Studio, to upgrade Umbraco Commerce:

  2. Select the latest version from the Version drop-down and click Install.

  3. When the command completes, open the .csproj file to make sure the package reference is updated:

<ItemGroup>
  <PackageReference Include="Umbraco.Commerce" Version="xx.x.x" />
</ItemGroup>

If you are using one or more of the below sub-packages, they also need to be upgraded as well:

A shared project of common, non-Commerce-specific patterns and helpers.

Core Commerce functionality that doesn't require any infrastructure-specific dependencies.

Umbraco.Commerce.Infrastructure

Infrastructure-specific project containing implementations of core Commerce functionality.

Umbraco.Commerce.Persistence.SqlServer

Persistence-specific project containing implementations of core Commerce persistence functionality for SQL Server.

Umbraco.Commerce.Persistence.Sqllite

Persistence-specific project containing implementations of core Commerce persistence functionality for SQLite.

Core Commerce functionality that requires a web context.

Core Commerce functionality that requires an Umbraco dependency.

The Commerce functionality for the Umbraco presentation layer.

Umbraco.Commerce.Cms.Web.Api

A shared project of common API specific functionality.

Umbraco.Commerce.Cms.Web.Api.Management

The backoffice Management API layer.

Umbraco.Commerce.Cms.Web.Api.Payment

The Payment handling API layer.

Umbraco.Commerce.Cms.Web.Api.Storefront

The frontend Storefront API layer.

Umbraco.Commerce.Cms.Web.UI

The static Commerce assets for the Umbraco presentation layer.

Umbraco.Commerce.Cms.Startup

The Commerce functionality for registering Commerce with Umbraco.

The main Commerce package entry point package.

Last updated 4 months ago


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4