Upgrading Umbraco Workflow
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.
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.Workflowcommand unless you specify a package version:- dotnet add package Umbraco.Workflow --version <VERSION>
- Run - dotnet restoreto 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.  - NuGet Package Manager 
- Open the .csproj file to make sure the package reference is updated: - <ItemGroup> <PackageReference Include="Umbraco.Workflow" Version="14.x.x" /> </ItemGroup>
Last updated
Was this helpful?
