Xcellerator.Components 1.0.129

dotnet add package Xcellerator.Components --version 1.0.129
                    
NuGet\Install-Package Xcellerator.Components -Version 1.0.129
                    
This 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.
<PackageReference Include="Xcellerator.Components" Version="1.0.129" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xcellerator.Components" Version="1.0.129" />
                    
Directory.Packages.props
<PackageReference Include="Xcellerator.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xcellerator.Components --version 1.0.129
                    
#r "nuget: Xcellerator.Components, 1.0.129"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xcellerator.Components@1.0.129
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xcellerator.Components&version=1.0.129
                    
Install as a Cake Addin
#tool nuget:?package=Xcellerator.Components&version=1.0.129
                    
Install as a Cake Tool

Xcellerator.Components

Reusable Kentico Xperience Page Builder components: widgets, sections, and page templates.

Registration

using Xcellerator.Components.Features.Common;

services.AddCommonServices(configuration);

NuGet Consumption

When consumed via NuGet (PackageReference), Page Builder assets are automatically copied to your web project's wwwroot/PageBuilder/ on build. Reference Xcellerator.Components in your main web application project so assets land in the correct location.

Configuration (JSON, CD_Repository, overrides): see docs/XDocumentation/Consumer-Configuration.md in this repository, or the same path inside the NuGet package after restore.

Caching: internal notes — docs/XDocumentation/Caching-Internal.md; for consuming sites — docs/XDocumentation/Caching-Client.md.

Kentico's default bundling picks up PageBuilder/Admin/** and PageBuilder/Public/**.

PageBuilderAssets

Static assets (CSS/JS) live in PageBuilderAssets/ and are:

  • Local dev: Copied to wwwroot/PageBuilder/ when Components builds
  • NuGet: Copied to the consuming project's wwwroot/PageBuilder/ via build/Xcellerator.Components.targets

Structure follows Kentico conventions:

  • Admin/ – Edit-mode styles and scripts
  • Public/ – Live-site styles and scripts
  • Config/, sites/{channel}/ – Page Builder JSON (see Consumer-Configuration.md)
  • Subfolders: Widgets/<Id>/, Sections/<Id>/, PageTemplates/<Id>/
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.129 44 9/11/2026
1.0.128 44 9/11/2026
1.0.126 41 9/11/2026
1.0.122 40 9/11/2026
1.0.121 49 9/10/2026
1.0.120 121 8/27/2026
1.0.119 116 8/25/2026
1.0.118 109 8/20/2026
1.0.117 110 8/12/2026
1.0.116 103 8/7/2026
1.0.115 102 8/6/2026
1.0.114 98 8/6/2026
1.0.113 106 8/5/2026
1.0.112 110 8/5/2026
1.0.111 96 8/5/2026
1.0.110 101 8/5/2026
1.0.109 98 8/5/2026
1.0.108 128 8/1/2026
1.0.107 115 7/31/2026
1.0.106 115 7/31/2026
Loading failed