Skip to content

Installed Packages

UmBootstrap includes the following Umbraco packages out of the box.

Package Version Description
BlockPreview 5.5.0 Live block previews in the backoffice
Contentment 6.2.1 Custom data sources and property editors
UmbNav 4.1.8 Navigation menu builder
uSync 17.3.6 Content and configuration synchronisation
Package Version Description
Umbraco.AI 17.1.1 Core AI framework: connections, profiles, contexts
Umbraco.AI.Anthropic 17.0.0 Anthropic provider for Umbraco AI
Umbraco.AI.Prompt 17.1.0 Reusable prompts, surfaced as property actions

These ship installed but unconfigured. No API key is included, and nothing happens until you add your own. See Umbraco AI.

Version lines track the Umbraco major version

Section titled “Version lines track the Umbraco major version”

Most of these packages publish a separate release line per Umbraco major version, and the higher version number is not always the one you want.

UmBootstrap targets Umbraco 17 LTS, so every package above is on its Umbraco 17 line:

Package Umbraco 17 (used here) Umbraco 18
BlockPreview 5.x 6.x
Contentment 6.x 7.x
UmbNav 4.x 5.x
uSync 17.x 18.x
Umbraco.AI 17.x 18.x

Taking “latest” from NuGet on any of these will pull the Umbraco 18 line and break the build against Umbraco 17. Check the package’s dependency range before upgrading: the Umbraco 17 releases declare an upper bound of [17.x, 18.0.0).

Automated dependency tools do not understand this distinction and will offer the wrong line.