Umbraco Workflow
CMSCloudHeartcoreDXP
10.latest (LTS)
10.latest (LTS)
  • Umbraco Workflow Documentation
  • Legacy Documentation
  • Release notes
  • Installation
    • Installing Umbraco Workflow
    • Licensing
  • Upgrading
    • Upgrading Umbraco Workflow
    • Migrate from Plumber to Workflow
  • Getting Started
    • Dashboards and Buttons
    • Content App
    • Submitting Content for Approval
    • Notifications
    • Configuration
    • Approval thresholds
    • History Cleanup
  • Workflow Section
    • Workflow Section
    • Active Workflows
    • Approval Groups
    • Content Reviews
    • Workflow History
    • Workflow Settings
Powered by GitBook
On this page
  • Get the latest version of Umbraco Workflow
  • NuGet
  • Visual Studio

Was this helpful?

Edit on GitHub
Export as PDF
  1. Upgrading

Upgrading Umbraco Workflow

PreviousLicensingNextMigrate from Plumber to Workflow

Last updated 2 years ago

Was this helpful?

This article shows how to manually upgrade Umbraco Workflow to run the latest version. Umbraco Workflow displays a prompt in the Workflow section when a new version is available.

If you are migrating from Plumber to Umbraco Workflow, see the article.

Get the latest version of Umbraco Workflow

To get the latest version of Umbraco Workflow, you can upgrade using either of the two options:

NuGet

  • NuGet installs the latest version of the package when you use the dotnet add package Umbraco.Workflow command unless you specify a package version:

    dotnet add package Umbraco.Workflow --version <VERSION>

  • Run dotnet restore to install the package.

Visual Studio

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

  • Select Umbraco.Workflow.

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

  • Open the .csproj file to make sure the package reference is updated:

    <ItemGroup>
      <PackageReference Include="Umbraco.Workflow" Version="10.x.x" />
    </ItemGroup>
Migrate from Plumber to Workflow
NuGet
Visual Studio
NuGet Package Manager