Version 17.0.0-alpha002

Alpha
Date 2026-08-21 (3 days ago)
Downloads 43 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 10
Umbraco Versions Umbraco 17

New alpha release for Umbraco 17. This release will not work with other versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Iddqd --version 17.0.0-alpha002

NuGet Package Manager:

Install-Package Limbo.Umbraco.Iddqd -Version 17.0.0-alpha002

Changelog

  • Fixed content value set builder issue (see 48e25a3)
    No sure if Umbraco changed something or this just never worked in U17, but IddqdService now injects IContentValueSetBuilder instead of IValueSetBuilder<IContent>.

  • Added missing Media.js file to the repo (see 8613dbd)
    Something went wrong so the Media.js file for the media workspace view wasn't added to the repo/package in alpha001.