Installation

Depending on your Umbraco version you will need to use a different installation command / package from NuGet.

Umbraco 8, 9, 10 -> 13

Our.Umbraco.UmbNav.Web

To install the full package including the backoffice UI: https://www.nuget.org/packages/Our.Umbraco.UmbNav.Web

.NET CLI
dotnet add package Our.Umbraco.UmbNav.Web
Package Manager
NuGet\Install-Package Our.Umbraco.UmbNav.Web

The Package Manager command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.

Our.Umbraco.UmbNav.Core

To install the core: https://www.nuget.org/packages/Our.Umbraco.UmbNav.Core

.NET CLI
dotnet add package Our.Umbraco.UmbNav.Core
Package Manager
NuGet\Install-Package Our.Umbraco.UmbNav.Core

The Package Manager command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.

Our.Umbraco.UmbNav.Api

To install the API for the backoffice UI: https://www.nuget.org/packages/Our.Umbraco.UmbNav.Api

.NET CLI
dotnet add package Our.Umbraco.UmbNav.Api
Package Manager
NuGet\Install-Package Our.Umbraco.UmbNav.Api

The Package Manager command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.

Umbraco 16+

Umbraco.Community.UmbNav

To install the full package: https://www.nuget.org/packages/Umbraco.Community.UmbNav

.NET CLI
dotnet add package Umbraco.Community.UmbNav
Package Manager
NuGet\Install-Package Umbraco.Community.UmbNav

The Package Manager command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.

Last updated

Was this helpful?